summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/echo.c4
-rw-r--r--source4/torture/rpc/rpc.c4
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);