jbd2: clean up indentation issue, replace spaces with tab
authorColin Ian King <colin.king@canonical.com>
Tue, 4 Dec 2018 05:20:10 +0000 (00:20 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Dec 2018 05:20:10 +0000 (00:20 -0500)
There is a statement that is indented with spaces, replace it with
a tab.

Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/jbd2/transaction.c

index 116d8251fbff56c65abbb5000e8a918da50cb8be..cc35537232f28317b9f81691d5fada1276f3e94b 100644 (file)
@@ -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