diff options
author | Mike Frysinger | 2006-03-28 02:35:56 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-03-28 02:35:56 +0000 |
commit | f8855139402a8752b9f9f5425cebe23e88e94c2a (patch) | |
tree | c772f878f5a0b613fe65d48cb8dda0225d250d5e /e2fsprogs/ext2fs/flushb.c | |
parent | 87848d91c7b3dba9379237ba0bad31239f16e07a (diff) | |
download | busybox-f8855139402a8752b9f9f5425cebe23e88e94c2a.zip busybox-f8855139402a8752b9f9f5425cebe23e88e94c2a.tar.gz |
just whitespace fixes
Diffstat (limited to 'e2fsprogs/ext2fs/flushb.c')
-rw-r--r-- | e2fsprogs/ext2fs/flushb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsprogs/ext2fs/flushb.c b/e2fsprogs/ext2fs/flushb.c index 9f04647..af7216a 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 } |