From: Eric Sandeen Date: Fri, 13 Dec 2019 21:21:16 +0000 (-0500) Subject: xfsprogs: remove stray libxfs whitespace X-Git-Tag: v5.4.0-rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=998aed52bede0194531092247cbf7ebd015ad054;p=thirdparty%2Fxfsprogs-dev.git 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 Reviewed-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/libxfs/xfs_fs.h b/libxfs/xfs_fs.h index 5dba5fbc5..6ca43c73a 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 fbdce4d6e..4859b739a 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 3a09ee76f..7fa0c184a 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. *