Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9aee1d5 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Darrick J. Wong
Browse files

xfs: trivial indentation fixup for xfs_iext_remove_node

parent f1be3136
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -733,8 +733,7 @@ xfs_iext_remove_node(
	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];
	}