xfs: indentation fix in xfs_btree_get_iroot()
authorKaho Ng <ngkaho1234@gmail.com>
Wed, 20 Jul 2016 00:37:50 +0000 (10:37 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 20 Jul 2016 00:37:50 +0000 (10:37 +1000)
commitfbfb24bf105449eab1339c20f6f6b81d02c59c13
treedb8691d29ae94e7ca1cbb6f802c4b32da0d47ec6
parentfbc21f33cda0a8e13ebd71fe2e23a21d4b79afbb
xfs: indentation fix in xfs_btree_get_iroot()

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>
fs/xfs/libxfs/xfs_btree.c