just whitespace fixes

This commit is contained in:
Mike Frysinger
2006-03-28 02:35:56 +00:00
parent 87848d91c7
commit f885513940
11 changed files with 33 additions and 33 deletions

View File

@@ -67,14 +67,14 @@ errcode_t ext2fs_sync_device(int fd, int flushb)
return 0;
#else
#ifdef __GNUC__
#warning BLKFLSBUF not defined
# warning BLKFLSBUF not defined
#endif /* __GNUC__ */
#endif
#ifdef FDFLUSH
ioctl (fd, FDFLUSH, 0); /* In case this is a floppy */
#else
#ifdef __GNUC__
#warning FDFLUSH not defined
# warning FDFLUSH not defined
#endif /* __GNUC__ */
#endif
}