xfs: reduce indenting in xfs_attr_node_list
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 21:54:35 +0000 (14:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 21:58:50 +0000 (14:58 -0700)
commit33c028ffe36ad7a91930acf0bd3d6ee7340022bf
tree37f2cc29ada60a4388a5633d2c9aa355f56a22bd
parent17a85dc64ae0804d33a2293686fc987a830a462d
xfs: reduce indenting in xfs_attr_node_list

Reduce the indentation here so that we can add some things in the next
patch without going over the column limits.

Suggested-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_attr_list.c