]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: fix indentation problems in upgrade_filesystem
authorDarrick J. Wong <djwong@kernel.org>
Fri, 25 Feb 2022 22:42:16 +0000 (17:42 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 25 Feb 2022 22:42:16 +0000 (17:42 -0500)
commit0f53ef95a96e838804c02dc7d42591d4033d8caa
tree07b05e8c5061dd10b5e8e1548dd7064666ee4b19
parent7aed36f9d886ec28370d6532986a817dcf12778c
xfs_repair: fix indentation problems in upgrade_filesystem

Indentation is supposed to be tabs, not spaces.  Fix that, and unindent
the bwrite clause because do_error aborts the program.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/phase2.c