From: Colin Ian King Date: Tue, 4 Dec 2018 05:20:10 +0000 (-0500) Subject: jbd2: clean up indentation issue, replace spaces with tab X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=561405f031fec0a124a19c8f16275730f63fb3d9;p=linux.git 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 Signed-off-by: Colin Ian King Signed-off-by: Theodore Ts'o --- diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index 116d8251fbff5..cc35537232f28 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