aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2019-12-13 16:21:16 -0500
committerEric Sandeen <sandeen@redhat.com>2019-12-13 16:21:16 -0500
commit998aed52bede0194531092247cbf7ebd015ad054 (patch)
treedf9148572745d61392bf49bf3d8c13099e06d488
parent6f1df6a36f81941fdaac257b7717484619e2124a (diff)
downloadxfsprogs-dev-998aed52bede0194531092247cbf7ebd015ad054.tar.gz
xfsprogs: remove stray libxfs whitespace
Not quite sure how these crept in but now's as good a time as any to remove stray newline deltas vs. the kernel code. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--libxfs/xfs_fs.h2
-rw-r--r--libxfs/xfs_inode_buf.c1
-rw-r--r--libxfs/xfs_trans_inode.c1
3 files changed, 3 insertions, 1 deletions
diff --git a/libxfs/xfs_fs.h b/libxfs/xfs_fs.h
index 5dba5fbc51..6ca43c73a5 100644
--- a/libxfs/xfs_fs.h
+++ b/libxfs/xfs_fs.h
@@ -755,6 +755,7 @@ struct xfs_scrub_metadata {
# define XFS_XATTR_LIST_MAX 65536
#endif
+
/*
* ioctl commands that are used by Linux filesystems
*/
@@ -825,7 +826,6 @@ struct xfs_scrub_metadata {
#define XFS_IOC_FSGEOMETRY _IOR ('X', 126, struct xfs_fsop_geom)
#define XFS_IOC_BULKSTAT _IOR ('X', 127, struct xfs_bulkstat_req)
#define XFS_IOC_INUMBERS _IOR ('X', 128, struct xfs_inumbers_req)
-
/* XFS_IOC_GETFSUUID ---------- deprecated 140 */
/* reflink ioctls; these MUST match the btrfs ioctl definitions */
diff --git a/libxfs/xfs_inode_buf.c b/libxfs/xfs_inode_buf.c
index fbdce4d6e9..4859b739a8 100644
--- a/libxfs/xfs_inode_buf.c
+++ b/libxfs/xfs_inode_buf.c
@@ -15,6 +15,7 @@
#include "xfs_ialloc.h"
#include "xfs_dir2.h"
+
/*
* Check that none of the inode's in the buffer have a next
* unlinked field of 0.
diff --git a/libxfs/xfs_trans_inode.c b/libxfs/xfs_trans_inode.c
index 3a09ee76f4..7fa0c184a9 100644
--- a/libxfs/xfs_trans_inode.c
+++ b/libxfs/xfs_trans_inode.c
@@ -11,6 +11,7 @@
#include "xfs_inode.h"
#include "xfs_trans.h"
+
/*
* Add a locked inode to the transaction.
*