diff options
author | 2018-12-12 08:46:20 -0800 | |
---|---|---|
committer | 2018-12-12 08:46:20 -0800 | |
commit | 8c4ce794ee7aa31d7330ea3616f9d63444df1728 (patch) | |
tree | bce4c3098684110c73518dee8db0033bbb586b90 | |
parent | xfs: libxfs: move xfs_perag_put late (diff) | |
download | wireguard-linux-8c4ce794ee7aa31d7330ea3616f9d63444df1728.tar.xz wireguard-linux-8c4ce794ee7aa31d7330ea3616f9d63444df1728.zip |
xfs: clean up indentation issues, remove an unwanted space
There is a statement that has an unwanted space in the indentation.
Remove it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
-rw-r--r-- | fs/xfs/xfs_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index 05db9540e459..f21756751540 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c @@ -2242,7 +2242,7 @@ xfs_ifree_cluster( * want it to fail. We can acheive this by adding a write * verifier to the buffer. */ - bp->b_ops = &xfs_inode_buf_ops; + bp->b_ops = &xfs_inode_buf_ops; /* * Walk the inodes already attached to the buffer and mark them |