From f8855139402a8752b9f9f5425cebe23e88e94c2a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 28 Mar 2006 02:35:56 +0000 Subject: just whitespace fixes --- e2fsprogs/ext2fs/flushb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e2fsprogs/ext2fs/flushb.c') 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 } -- cgit v1.2.3