]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: remove stray libxfs whitespace
authorEric Sandeen <sandeen@redhat.com>
Fri, 13 Dec 2019 21:21:16 +0000 (16:21 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 13 Dec 2019 21:21:16 +0000 (16:21 -0500)
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>
libxfs/xfs_fs.h
libxfs/xfs_inode_buf.c
libxfs/xfs_trans_inode.c

index 5dba5fbc51cf72f3d19cd06b4de5ab79387665d3..6ca43c73a5c18d8320096bf803e14f07513b86cd 100644 (file)
@@ -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 */
index fbdce4d6e9235d67194d87912183940d274371f3..4859b739a8547015ceb55eb871616abc23d26e4b 100644 (file)
@@ -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.
index 3a09ee76f4f62ac9dabae4abaa27a315d6e7ef1c..7fa0c184a9b036ccdef59c0856fb3d536a3ca318 100644 (file)
@@ -11,6 +11,7 @@
 #include "xfs_inode.h"
 #include "xfs_trans.h"
 
+
 /*
  * Add a locked inode to the transaction.
  *