[PATCH] vfs_glusterfs: whitespace fix

Michael Adam obnox at samba.org
Wed Jan 21 14:42:20 MST 2015


Hi,

attached patch fixes some whitespace mixup.

Cheers - Michael

-------------- next part --------------
From 2c3184fcbbc1d906a746cb523cdcae0d065461ea Mon Sep 17 00:00:00 2001
From: Michael Adam <obnox at samba.org>
Date: Wed, 21 Jan 2015 22:07:53 +0100
Subject: [PATCH] vfs:glusterfs: whitespace fix.

Signed-off-by: Michael Adam <obnox at samba.org>
---
 source3/modules/vfs_glusterfs.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c
index 12ec0b7..40e4b74 100644
--- a/source3/modules/vfs_glusterfs.c
+++ b/source3/modules/vfs_glusterfs.c
@@ -523,9 +523,9 @@ static void aio_glusterfs_done(glfs_fd_t *fd, ssize_t ret, void *data)
 	 * executed from the smbd main thread.
 	 */
 
-        sts = sys_write (write_fd, &req, sizeof(struct tevent_req *));
-        if (sts < 0) {
-                DEBUG(0,("\nWrite to pipe failed (%s)", strerror(errno)));
+	sts = sys_write(write_fd, &req, sizeof(struct tevent_req *));
+	if (sts < 0) {
+		DEBUG(0,("\nWrite to pipe failed (%s)", strerror(errno)));
 	}
 
 	return;
-- 
2.1.0

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20150121/0c8ae120/attachment.pgp>


More information about the samba-technical mailing list