]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
libxfs: fix whitespace inconsistencies with kernel
authorDarrick J. Wong <djwong@kernel.org>
Fri, 1 Oct 2021 19:15:19 +0000 (15:15 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 1 Oct 2021 19:15:19 +0000 (15:15 -0400)
Fix a few places where the whitespace isn't an exact match for the
kernel.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_btree.h
libxfs/xfs_rmap_btree.h

index 0f790234bd01ceeec84474f39c4adfbf939e01a3..10e50cbacacf5ddf5af7ceb2ad8429ac5028b8ae 100644 (file)
@@ -88,7 +88,7 @@ uint32_t xfs_btree_magic(int crc, xfs_btnum_t btnum);
  */
 #define XFS_BTREE_STATS_INC(cur, stat) \
        XFS_STATS_INC_OFF((cur)->bc_mp, (cur)->bc_statoff + __XBTS_ ## stat)
-#define XFS_BTREE_STATS_ADD(cur, stat, val)    \
+#define XFS_BTREE_STATS_ADD(cur, stat, val)    \
        XFS_STATS_ADD_OFF((cur)->bc_mp, (cur)->bc_statoff + __XBTS_ ## stat, val)
 
 #define        XFS_BTREE_MAXLEVELS     9       /* max of all btrees */
index 08c57deeea6a684e45ecc85441dc91afdd0a79d1..35b81fc8a018cd7309c15e1c9a31c53e033fb3ca 100644 (file)
@@ -4,7 +4,7 @@
  * All Rights Reserved.
  */
 #ifndef __XFS_RMAP_BTREE_H__
-#define        __XFS_RMAP_BTREE_H__
+#define __XFS_RMAP_BTREE_H__
 
 struct xfs_buf;
 struct xfs_btree_cur;