diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 01:34:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 01:34:48 +0100 |
commit | 6967578728a3eef43b7b2be4080dafc1b87f528d (patch) | |
tree | 76b79c4c81ce8e5ad4e57df5119efecef810e673 /e2fsprogs/fsck.c | |
parent | 52185155088d0910d29c7f4fdf5cb3eecaac8965 (diff) | |
download | busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.gz busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.bz2 busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.zip |
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs/fsck.c')
-rw-r--r-- | e2fsprogs/fsck.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c index 4b2f774f5..d32f396e9 100644 --- a/e2fsprogs/fsck.c +++ b/e2fsprogs/fsck.c | |||
@@ -478,7 +478,7 @@ static int wait_one(int flags) | |||
478 | instance_list = inst->next; | 478 | instance_list = inst->next; |
479 | if (verbose > 1) | 479 | if (verbose > 1) |
480 | printf("Finished with %s (exit status %d)\n", | 480 | printf("Finished with %s (exit status %d)\n", |
481 | inst->device, status); | 481 | inst->device, status); |
482 | num_running--; | 482 | num_running--; |
483 | free_instance(inst); | 483 | free_instance(inst); |
484 | 484 | ||
@@ -844,7 +844,7 @@ static int check_all(void) | |||
844 | if (verbose > 1) | 844 | if (verbose > 1) |
845 | printf("--waiting-- (pass %d)\n", passno); | 845 | printf("--waiting-- (pass %d)\n", passno); |
846 | status |= wait_many(pass_done ? FLAG_WAIT_ALL : | 846 | status |= wait_many(pass_done ? FLAG_WAIT_ALL : |
847 | FLAG_WAIT_ATLEAST_ONE); | 847 | FLAG_WAIT_ATLEAST_ONE); |
848 | if (pass_done) { | 848 | if (pass_done) { |
849 | if (verbose > 1) | 849 | if (verbose > 1) |
850 | puts("----------------------------------"); | 850 | puts("----------------------------------"); |