diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-11-04 04:48:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:24:48 -0500 |
commit | c24b7a045aee5e21e0626da29faf4c91b4f8fa8b (patch) | |
tree | 2b0779d66434938657a548f9b9312f596e1d133b | |
parent | 7997a945bb4ed296919aebcc05c97af416f29901 (diff) | |
download | samba-c24b7a045aee5e21e0626da29faf4c91b4f8fa8b.tar.gz samba-c24b7a045aee5e21e0626da29faf4c91b4f8fa8b.tar.bz2 samba-c24b7a045aee5e21e0626da29faf4c91b4f8fa8b.zip |
r19549: fixed some indentation
(This used to be commit ea1e4685d914c09d615bb7c4a5678b5de00da5f4)
-rw-r--r-- | source4/torture/rpc/echo.c | 4 | ||||
-rw-r--r-- | source4/torture/rpc/rpc.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source4/torture/rpc/echo.c b/source4/torture/rpc/echo.c index 0568629e47..f2a40912e6 100644 --- a/source4/torture/rpc/echo.c +++ b/source4/torture/rpc/echo.c @@ -425,11 +425,11 @@ failed: struct torture_suite *torture_rpc_echo(void) { struct torture_suite *suite = torture_suite_create( - talloc_autofree_context(), "ECHO"); + talloc_autofree_context(), "ECHO"); struct torture_tcase *tcase; tcase = torture_suite_add_rpc_iface_tcase(suite, "echo", - &dcerpc_table_rpcecho); + &dcerpc_table_rpcecho); torture_rpc_tcase_add_test(tcase, "addone", test_addone); torture_rpc_tcase_add_test(tcase, "sinkdata", test_sinkdata); 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); |