diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-01 10:25:35 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-01 10:25:35 +0000 |
commit | f0b3fc041f40e2185a14c3b5ff778444c2b98c81 (patch) | |
tree | 99c5ad443f69860833c8ef37e142fddfedb90872 /e2fsprogs/e2p | |
parent | ab99e773ad9c0ea664fd869a1af5ce28d624f295 (diff) | |
download | busybox-w32-f0b3fc041f40e2185a14c3b5ff778444c2b98c81.tar.gz busybox-w32-f0b3fc041f40e2185a14c3b5ff778444c2b98c81.tar.bz2 busybox-w32-f0b3fc041f40e2185a14c3b5ff778444c2b98c81.zip |
mostly style fixes
git-svn-id: svn://busybox.net/trunk/busybox@16487 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'e2fsprogs/e2p')
-rw-r--r-- | e2fsprogs/e2p/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/e2p/ps.c b/e2fsprogs/e2p/ps.c index d1067388a..a6b4099db 100644 --- a/e2fsprogs/e2p/ps.c +++ b/e2fsprogs/e2p/ps.c | |||
@@ -23,5 +23,5 @@ void print_fs_state(FILE *f, unsigned short state) | |||
23 | { | 23 | { |
24 | fprintf(f, (state & EXT2_VALID_FS ? " clean" : " not clean")); | 24 | fprintf(f, (state & EXT2_VALID_FS ? " clean" : " not clean")); |
25 | if (state & EXT2_ERROR_FS) | 25 | if (state & EXT2_ERROR_FS) |
26 | fprintf (f, " with errors"); | 26 | fprintf(f, " with errors"); |
27 | } | 27 | } |