diff options
author | Colin Ian King <[email protected]> | 2018-12-04 00:20:10 -0500 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2018-12-04 00:20:10 -0500 |
commit | 561405f031fec0a124a19c8f16275730f63fb3d9 (patch) | |
tree | 3f34dcacd2e025b6d0d7b8ebcd3ece63f1b1ce06 | |
parent | a92abd738d243a3bcd864a9aa9cb9345e41be83d (diff) |
jbd2: clean up indentation issue, replace spaces with tab
There is a statement that is indented with spaces, replace it with
a tab.
Reviewed-by: Jan Kara <[email protected]>
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Theodore Ts'o <[email protected]>
-rw-r--r-- | fs/jbd2/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index 116d8251fbff..cc35537232f2 100644 --- a/fs/jbd2/transaction.c +++ b/fs/jbd2/transaction.c @@ -943,7 +943,7 @@ repeat: * this is the first time this transaction is touching this buffer, * reset the modified flag */ - jh->b_modified = 0; + jh->b_modified = 0; /* * If the buffer is not journaled right now, we need to make sure it |