From: Michael Adam Date: Wed, 21 Jan 2015 21:07:53 +0000 (+0100) Subject: vfs:glusterfs: whitespace fix. X-Git-Tag: samba-4.2.0rc5~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0e0e0cfd051323ac6b2b69d3d73b6d4c1601c7;p=thirdparty%2Fsamba.git vfs:glusterfs: whitespace fix. Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Jan 22 03:20:17 CET 2015 on sn-devel-104 (cherry picked from commit cde5d380e192487ae77734afcb3eb3d327aafb98) --- diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c index 1d3abd8e423..96f555946ec 100644 --- a/source3/modules/vfs_glusterfs.c +++ b/source3/modules/vfs_glusterfs.c @@ -522,9 +522,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;