From c45b87cc5e1972cd022528413b0bdaf18e749ac8 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 16 Nov 2017 22:11:35 -0600 Subject: [PATCH] xfs: trivial indentation fixup for xfs_iext_remove_node Source kernel commit: b9aee1d5fe58160a44556224b5479bd151a3e1a5 Signed-off-by: Christoph Hellwig Reviewed-by: Brian Foster Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- libxfs/xfs_iext_tree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libxfs/xfs_iext_tree.c b/libxfs/xfs_iext_tree.c index 8e38500fa..ff69ca5e7 100644 --- a/libxfs/xfs_iext_tree.c +++ b/libxfs/xfs_iext_tree.c @@ -733,8 +733,7 @@ again: node->ptrs[nr_entries] = NULL; if (pos == 0 && nr_entries > 0) { - xfs_iext_update_node(ifp, offset, node->keys[0], level, - node); + xfs_iext_update_node(ifp, offset, node->keys[0], level, node); offset = node->keys[0]; } -- 2.47.2