Commit 561405f0 authored by Colin Ian King's avatar Colin Ian King Committed by Theodore Ts'o

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: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent a92abd73
......@@ -943,7 +943,7 @@ do_get_write_access(handle_t *handle, struct journal_head *jh,
* 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment