remove whitespace from end of lines
[reactos.git] / reactos / drivers / fs / ntfs / mft.c
index 45446c0..daa6267 100644 (file)
@@ -241,7 +241,7 @@ ReadExternalAttribute (PDEVICE_EXTENSION Vcb,
 //             readcount = (ULONG)(__min(runcount, left));
                readcount = (ULONG)min (runcount, left);
 
-               
+
                ULONG n = readcount * Vcb->NtfsInfo.BytesPerCluster;
 
                if (lcn == 0)
@@ -252,7 +252,7 @@ ReadExternalAttribute (PDEVICE_EXTENSION Vcb,
                vcn += readcount;
                bytes += n;
 
-       
+
     }
 }