diff options
author | Jeff Mahoney <jeffm@suse.com> | 2014-04-23 10:00:41 -0400 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2014-05-06 17:18:09 -0400 |
commit | cf776a7a4dafa330dd371a6a301ddf9e38747d93 (patch) | |
tree | 838f741515d60b0a32439853e2e11292230b4879 /fs/reiserfs/fix_node.c | |
parent | 16da167c167529e466235414c9e06cf4726e2058 (diff) |
reiserfs: cleanup, remove leading whitespace from labels
This patch moves reiserfs closer to adhering to the style rules by
removing leading whitespace from labels.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/reiserfs/fix_node.c')
-rw-r--r-- | fs/reiserfs/fix_node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/fix_node.c b/fs/reiserfs/fix_node.c index 38163d7b2514..33bbcb68b662 100644 --- a/fs/reiserfs/fix_node.c +++ b/fs/reiserfs/fix_node.c | |||
@@ -2714,7 +2714,7 @@ int fix_nodes(int op_mode, struct tree_balance *tb, | |||
2714 | goto repeat; | 2714 | goto repeat; |
2715 | } | 2715 | } |
2716 | 2716 | ||
2717 | repeat: | 2717 | repeat: |
2718 | /* | 2718 | /* |
2719 | * fix_nodes was unable to perform its calculation due to | 2719 | * fix_nodes was unable to perform its calculation due to |
2720 | * filesystem got changed under us, lack of free disk space or i/o | 2720 | * filesystem got changed under us, lack of free disk space or i/o |