Cygwin: fix formatting: drop trailing whitespace
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -696,12 +696,12 @@ fhandler_base::fstatvfs_by_handle (HANDLE fh, struct statvfs *sfs)
|
||||
}
|
||||
else
|
||||
debug_printf ("%y = NtQueryVolumeInformationFile"
|
||||
"(%S, FileFsSizeInformation)",
|
||||
"(%S, FileFsSizeInformation)",
|
||||
status, pc.get_nt_native_path ());
|
||||
}
|
||||
else
|
||||
debug_printf ("%y = NtQueryVolumeInformationFile"
|
||||
"(%S, FileFsFullSizeInformation)",
|
||||
"(%S, FileFsFullSizeInformation)",
|
||||
status, pc.get_nt_native_path ());
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user