diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-01-29 04:01:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:21 -0500 |
commit | 89d6c45d7c32cd763ab950ec2f7517674b6e17f9 (patch) | |
tree | 45c33e3fa3bd34f64346f183fe40e1658972306d /source4 | |
parent | 1a013ce4d31821e97b785ab0df6c8f8aef0eae91 (diff) | |
download | samba-89d6c45d7c32cd763ab950ec2f7517674b6e17f9.tar.gz samba-89d6c45d7c32cd763ab950ec2f7517674b6e17f9.tar.bz2 samba-89d6c45d7c32cd763ab950ec2f7517674b6e17f9.zip |
r5089: Fix indentation.
(This used to be commit 2e31694f9e133ffee793de52b78a813b441acbc2)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rpc/schannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/schannel.c b/source4/torture/rpc/schannel.c index f791492e6d..bf225a1602 100644 --- a/source4/torture/rpc/schannel.c +++ b/source4/torture/rpc/schannel.c @@ -107,7 +107,7 @@ static BOOL test_netlogon_ops(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, } } - return ret; + return ret; } /* |