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 /misc/lsattr.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 'misc/lsattr.c')
-rw-r--r-- | misc/lsattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/lsattr.c b/misc/lsattr.c index 093f50f4..254ebb4a 100644 --- a/misc/lsattr.c +++ b/misc/lsattr.c @@ -120,7 +120,7 @@ static void lsattr_args (const char * name) } } -static int lsattr_dir_proc (const char * dir_name, struct dirent * de, +static int lsattr_dir_proc (const char * dir_name, struct dirent * de, void * private EXT2FS_ATTR((unused))) { STRUCT_STAT st; |