From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Thu, 25 Jun 2015 12:42:27 -0500 Subject: [Cluster-devel] [PATCH 04/16] GFS2: inode.c: indent with TABs, not spaces In-Reply-To: <1435254159-20788-1-git-send-email-rpeterso@redhat.com> References: <1435254159-20788-1-git-send-email-rpeterso@redhat.com> Message-ID: <1435254159-20788-5-git-send-email-rpeterso@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit From: Antonio Ospite Follow the same style used for the other functions in the same file. Signed-off-by: Antonio Ospite Signed-off-by: Bob Peterson --- fs/gfs2/inode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 08bc84d..2cd385d 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c @@ -1227,8 +1227,8 @@ static int gfs2_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, */ static int gfs2_atomic_open(struct inode *dir, struct dentry *dentry, - struct file *file, unsigned flags, - umode_t mode, int *opened) + struct file *file, unsigned flags, + umode_t mode, int *opened) { struct dentry *d; bool excl = !!(flags & O_EXCL); -- 2.1.0