[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
[reactos.git] / drivers / filesystems / fastfat / finfo.c
index 4973812..ab5591e 100644 (file)
@@ -728,7 +728,7 @@ VfatSetRenameInformation(
 
         if (RenameInfo->RootDirectory != NULL)
         {
-            /* Here, copy first absolute and then append relative */ 
+            /* Here, copy first absolute and then append relative */
             RtlCopyUnicodeString(&NewName, &RootFCB->PathNameU);
             NewName.Buffer[NewName.Length / sizeof(WCHAR)] = L'\\';
             NewName.Length += sizeof(WCHAR);