From: Günther Deschner Date: Mon, 21 Feb 2011 13:01:27 +0000 (+0100) Subject: s4-smbtorture: fix some indent in raw.write test. X-Git-Tag: tevent-0.9.11~440 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=138533da3c7cdfb8fc1c35b7c051347dfa8f821b;p=thirdparty%2Fsamba.git s4-smbtorture: fix some indent in raw.write test. Guenther --- diff --git a/source4/torture/raw/write.c b/source4/torture/raw/write.c index eeda9b76f34..7fb14458584 100644 --- a/source4/torture/raw/write.c +++ b/source4/torture/raw/write.c @@ -95,7 +95,7 @@ static bool check_buffer(uint8_t *buf, unsigned int seed, int len, const char *l test write ops */ static bool test_write(struct torture_context *tctx, - struct smbcli_state *cli) + struct smbcli_state *cli) { union smb_write io; NTSTATUS status; @@ -223,7 +223,7 @@ done: test writex ops */ static bool test_writex(struct torture_context *tctx, - struct smbcli_state *cli) + struct smbcli_state *cli) { union smb_write io; NTSTATUS status; @@ -416,7 +416,7 @@ done: test write unlock ops */ static bool test_writeunlock(struct torture_context *tctx, - struct smbcli_state *cli) + struct smbcli_state *cli) { union smb_write io; NTSTATUS status; @@ -564,7 +564,7 @@ done: test write close ops */ static bool test_writeclose(struct torture_context *tctx, - struct smbcli_state *cli) + struct smbcli_state *cli) { union smb_write io; NTSTATUS status;