diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-12-12 08:46:20 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2018-12-12 08:46:20 -0800 |
commit | 8c4ce794ee7aa31d7330ea3616f9d63444df1728 (patch) | |
tree | bce4c3098684110c73518dee8db0033bbb586b90 /fs | |
parent | fe5ed6c22e94b131ed5608d66ebce1efc39a7edb (diff) | |
download | linux-8c4ce794ee7aa31d7330ea3616f9d63444df1728.tar.gz linux-8c4ce794ee7aa31d7330ea3616f9d63444df1728.tar.bz2 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>
Diffstat (limited to 'fs')
-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 |