aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/ext2fs/flushb.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-28 02:35:56 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-28 02:35:56 +0000
commitf8855139402a8752b9f9f5425cebe23e88e94c2a (patch)
treec772f878f5a0b613fe65d48cb8dda0225d250d5e /e2fsprogs/ext2fs/flushb.c
parent87848d91c7b3dba9379237ba0bad31239f16e07a (diff)
downloadbusybox-f8855139402a8752b9f9f5425cebe23e88e94c2a.tar.gz
just whitespace fixes
Diffstat (limited to 'e2fsprogs/ext2fs/flushb.c')
-rw-r--r--e2fsprogs/ext2fs/flushb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsprogs/ext2fs/flushb.c b/e2fsprogs/ext2fs/flushb.c
index 9f04647ec..af7216a91 100644
--- a/e2fsprogs/ext2fs/flushb.c
+++ b/e2fsprogs/ext2fs/flushb.c
@@ -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
}