diff options
author | Michael Adam <obnox@samba.org> | 2014-10-02 15:25:34 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-10-03 08:34:05 +0200 |
commit | 5d8a498536f562384b8d03aae458e2a8a5fd5b8a (patch) | |
tree | 4379314445334412b1d13af26e5ef89057aa290d /source4/torture/basic | |
parent | dc9ea4f84912494645b5f4ad8fabc768634bc1f2 (diff) | |
download | samba-5d8a498536f562384b8d03aae458e2a8a5fd5b8a.tar.gz |
s4:torture:basic: whitespace fix in delayed_write_update1
No diff with git diff -w
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/torture/basic')
-rw-r--r-- | source4/torture/basic/delaywrite.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/torture/basic/delaywrite.c b/source4/torture/basic/delaywrite.c index ba874a47344..05183d9e6cc 100644 --- a/source4/torture/basic/delaywrite.c +++ b/source4/torture/basic/delaywrite.c @@ -158,8 +158,8 @@ static bool test_delayed_write_update1(struct torture_context *tctx, struct smbc torture_assert_ntstatus_ok(tctx, status, "fileinfo failed"); - torture_comment(tctx, "Initial write time %s\n", - nt_time_string(tctx, finfo1.all_info.out.write_time)); + torture_comment(tctx, "Initial write time %s\n", + nt_time_string(tctx, finfo1.all_info.out.write_time)); /* 3 second delay to ensure we get past any 2 second time granularity (older systems may have that) */ @@ -195,7 +195,7 @@ static bool test_delayed_write_update1(struct torture_context *tctx, struct smbc } torture_comment(tctx, "write time %s\n", - nt_time_string(tctx, finfo2.all_info.out.write_time)); + nt_time_string(tctx, finfo2.all_info.out.write_time)); if (finfo1.all_info.out.write_time != finfo2.all_info.out.write_time) { double diff = timeval_elapsed(&start); if (diff > (0.25 * (used_delay / (double)1000000))) { @@ -255,7 +255,7 @@ static bool test_delayed_write_update1(struct torture_context *tctx, struct smbc } torture_comment(tctx, "write time %s\n", - nt_time_string(tctx, finfo3.all_info.out.write_time)); + nt_time_string(tctx, finfo3.all_info.out.write_time)); if (finfo2.all_info.out.write_time != finfo3.all_info.out.write_time) { double diff = timeval_elapsed(&start); |