{MOUNTMGR]
[reactos.git] / reactos / drivers / filters / mountmgr / symlink.c
index 68a3980..204a2a6 100644 (file)
@@ -852,7 +852,7 @@ RedirectSavedLink(IN PSAVED_LINK_INFORMATION SavedLinkInformation,
             RemoveEntryList(&(SymlinkInformation->SymbolicLinksListEntry));
             FreePool(SymlinkInformation->Name.Buffer);
             FreePool(SymlinkInformation);
-                
+
             return TRUE;
         }
     }