[PATCH 10/11] torture: tidy up whitespace for clarity

abartlet at samba.org abartlet at samba.org
Wed Jun 18 22:16:34 MDT 2014


From: Andrew Bartlett <abartlet at samba.org>

Change-Id: I8a0e3cbb8445576940f52382cc4826767a280c68
Signed-off-by: Andrew Bartlett <abartlet at samba.org>
---
 source4/torture/basic/delaywrite.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source4/torture/basic/delaywrite.c b/source4/torture/basic/delaywrite.c
index 0899e8f..31d3b54 100644
--- a/source4/torture/basic/delaywrite.c
+++ b/source4/torture/basic/delaywrite.c
@@ -79,7 +79,7 @@ static bool test_delayed_write_update(struct torture_context *tctx, struct smbcl
 	}
 
 	start = timeval_current();
-	end = timeval_add(&start, (120*sec), 0);
+	end = timeval_add(&start, (120 * sec), 0);
 	while (!timeval_expired(&end)) {
 		status = smb_raw_fileinfo(cli->tree, tctx, &finfo2);
 
@@ -185,7 +185,7 @@ static bool test_delayed_write_update1(struct torture_context *tctx, struct smbc
 	}
 
 	start = timeval_current();
-	end = timeval_add(&start, (120*sec), 0);
+	end = timeval_add(&start, (120 * sec), 0);
 	while (!timeval_expired(&end)) {
 		status = smb_raw_fileinfo(cli->tree, tctx, &finfo2);
 
-- 
2.0.0



More information about the samba-technical mailing list