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 /e2fsck/ehandler.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 'e2fsck/ehandler.c')
-rw-r--r-- | e2fsck/ehandler.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsck/ehandler.c b/e2fsck/ehandler.c index 16d6d4fa..7bae4abd 100644 --- a/e2fsck/ehandler.c +++ b/e2fsck/ehandler.c @@ -1,7 +1,7 @@ /* * ehandler.c --- handle bad block errors which come up during the * course of an e2fsck session. - * + * * Copyright (C) 1994 Theodore Ts'o. This file may be redistributed * under the terms of the GNU Public License. */ @@ -77,7 +77,7 @@ static errcode_t e2fsck_handle_write_error(io_channel channel, const char *p; ext2_filsys fs = (ext2_filsys) channel->app_data; e2fsck_t ctx; - + ctx = (e2fsck_t) fs->priv_data; /* @@ -95,7 +95,7 @@ static errcode_t e2fsck_handle_write_error(io_channel channel, } return 0; } - + if (operation) printf(_("Error writing block %lu (%s) while %s. "), block, error_message(error), operation); |