summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-11-04 04:48:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:24:48 -0500
commitc24b7a045aee5e21e0626da29faf4c91b4f8fa8b (patch)
tree2b0779d66434938657a548f9b9312f596e1d133b /source4/torture/rpc/rpc.c
parent7997a945bb4ed296919aebcc05c97af416f29901 (diff)
downloadsamba-c24b7a045aee5e21e0626da29faf4c91b4f8fa8b.tar.gz
samba-c24b7a045aee5e21e0626da29faf4c91b4f8fa8b.tar.bz2
samba-c24b7a045aee5e21e0626da29faf4c91b4f8fa8b.zip
r19549: fixed some indentation
(This used to be commit ea1e4685d914c09d615bb7c4a5678b5de00da5f4)
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 6d3031ede9..abdef82141 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -110,8 +110,8 @@ static bool torture_rpc_teardown (struct torture_context *tcase, void *data)
}
_PUBLIC_ struct torture_tcase *torture_suite_add_rpc_iface_tcase(struct torture_suite *suite,
- const char *name,
- const struct dcerpc_interface_table *table)
+ const char *name,
+ const struct dcerpc_interface_table *table)
{
struct torture_tcase *tcase = torture_suite_add_tcase(suite, name);