diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-08-27 23:07:54 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-08-27 23:07:54 -0400 |
commit | efc6f628e15de95bcd13e4f0ee223cb42115d520 (patch) | |
tree | 7f486b4bc1a4c8fc47f236f1e95e33feee745f7c /debugfs/icheck.c | |
parent | 4690e621acd4579dae60b6f55f58284ee805e86d (diff) | |
download | e2fsprogs-efc6f628e15de95bcd13e4f0ee223cb42115d520.tar.gz |
Remove trailing whitespace for the entire source tree
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debugfs/icheck.c')
-rw-r--r-- | debugfs/icheck.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debugfs/icheck.c b/debugfs/icheck.c index 01c78bcb..2f880c05 100644 --- a/debugfs/icheck.c +++ b/debugfs/icheck.c @@ -1,6 +1,6 @@ /* * icheck.c --- given a list of blocks, generate a list of inodes - * + * * Copyright (C) 1994 Theodore Ts'o. This file may be redistributed * under the terms of the GNU Public License. */ @@ -48,7 +48,7 @@ static int icheck_proc(ext2_filsys fs EXT2FS_ATTR((unused)), } if (!bw->blocks_left) return BLOCK_ABORT; - + return 0; } @@ -62,7 +62,7 @@ void do_icheck(int argc, char **argv) struct ext2_inode inode; errcode_t retval; char *block_buf; - + if (argc < 2) { com_err(argv[0], 0, "Usage: icheck <block number> ..."); return; @@ -104,7 +104,7 @@ void do_icheck(int argc, char **argv) com_err("icheck", retval, "while starting inode scan"); goto error_out; } - + while (ino) { if (!inode.i_links_count) goto next; |