From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Fri, 6 May 2016 12:39:15 -0500 Subject: [Cluster-devel] [fsck.gfs2 v2 PATCH 22/40] fsck.gfs2: Fix white space problems In-Reply-To: References: Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This patch changes some white space from spaces to tabs. Signed-off-by: Bob Peterson --- gfs2/fsck/fsck.h | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/gfs2/fsck/fsck.h b/gfs2/fsck/fsck.h index d57ccfd..54b40ea 100644 --- a/gfs2/fsck/fsck.h +++ b/gfs2/fsck/fsck.h @@ -33,21 +33,20 @@ struct gfs2_bmap { struct inode_info { - struct osi_node node; - struct gfs2_inum di_num; - uint32_t di_nlink; /* the number of links the inode + struct osi_node node; + struct gfs2_inum di_num; + uint32_t di_nlink; /* the number of links the inode * thinks it has */ - uint32_t counted_links; /* the number of links we've found */ + uint32_t counted_links; /* the number of links we've found */ }; struct dir_info { - struct osi_node node; - struct gfs2_inum dinode; - uint64_t treewalk_parent; - struct gfs2_inum dotdot_parent; - uint8_t checked:1; - + struct osi_node node; + struct gfs2_inum dinode; + uint64_t treewalk_parent; + struct gfs2_inum dotdot_parent; + uint8_t checked:1; }; struct dir_status { -- 2.5.5