]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: indentation fix in xfs_btree_get_iroot()
authorKaho Ng <ngkaho1234@gmail.com>
Wed, 10 Aug 2016 01:29:36 +0000 (11:29 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 10 Aug 2016 01:29:36 +0000 (11:29 +1000)
commitdcaff8acc8dd3cd4a28f9b4cb1e53598f60bf96a
tree2b6c4533dfa7dc21376f6b8d1ca49eb1f0f82d59
parent730e2a194ae5348f88eaccbab4ad32859b9e6b52
xfs: indentation fix in xfs_btree_get_iroot()

Source kernel commit: fbfb24bf105449eab1339c20f6f6b81d02c59c13

The indentation in this function is different from the other functions.
Those spacebars are converted to tabs to improve readability.

Signed-off-by: Kaho Ng <ngkaho1234@gmail.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/xfs_btree.c