From 1e58c8788d0323389bd9b919085a387ab91df912 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 21 Jan 2015 22:07:53 +0100 Subject: [PATCH] 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) --- 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 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; -- 2.11.4.GIT