just whitespace fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user