summaryrefslogtreecommitdiff
path: root/source4/torture/raw/write.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-21 14:01:27 +0100
committerGünther Deschner <gd@samba.org>2011-02-21 14:42:22 +0100
commit138533da3c7cdfb8fc1c35b7c051347dfa8f821b (patch)
treee54b80de1286339bf51778f7a889917de213b5be /source4/torture/raw/write.c
parente1f4f0b6052662eabf63d127eff0c3ea8df16972 (diff)
downloadsamba-138533da3c7cdfb8fc1c35b7c051347dfa8f821b.tar.gz
samba-138533da3c7cdfb8fc1c35b7c051347dfa8f821b.tar.bz2
samba-138533da3c7cdfb8fc1c35b7c051347dfa8f821b.zip
s4-smbtorture: fix some indent in raw.write test.
Guenther
Diffstat (limited to 'source4/torture/raw/write.c')
-rw-r--r--source4/torture/raw/write.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/torture/raw/write.c b/source4/torture/raw/write.c
index eeda9b76f3..7fb1445858 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;