diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2016-11-08 01:56:13 +0100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-11-08 01:56:13 +0100 |
commit | 68c098582b20ddae04ed04d173d915f5ca64be5e (patch) | |
tree | dd0aced9953ff245fee1a2aa79d038278c53ecd5 /fs/xfs/libxfs/xfs_rtbitmap.c | |
parent | libxfs: synchronize dinode_verify with userspace (diff) | |
download | linux-68c098582b20ddae04ed04d173d915f5ca64be5e.tar.xz linux-68c098582b20ddae04ed04d173d915f5ca64be5e.zip |
libxfs: fix whitespace problems
Fix some whitespace problems that trip up my libxfs-diff script.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_rtbitmap.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_rtbitmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_rtbitmap.c b/fs/xfs/libxfs/xfs_rtbitmap.c index e2e1106c9fad..ea45584a9913 100644 --- a/fs/xfs/libxfs/xfs_rtbitmap.c +++ b/fs/xfs/libxfs/xfs_rtbitmap.c @@ -1016,4 +1016,3 @@ xfs_rtfree_extent( } return 0; } - |