From 5cc44027dc34812153831bd559e8fb7205d09328 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 12 Dec 2006 23:48:28 +0000 Subject: r20145: fix whitespaces metze (This used to be commit d2d9842914bb049189f9349ff96b32c088cd02a8) --- source4/torture/rpc/rpc.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'source4/torture/rpc/rpc.c') diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index abdef82141..fb304ce20a 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -156,9 +156,8 @@ _PUBLIC_ struct torture_test *torture_rpc_tcase_add_test( NTSTATUS torture_rpc_init(void) { - struct torture_suite *suite = torture_suite_create( - talloc_autofree_context(), - "RPC"); + struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "RPC"); + dcerpc_init(); dcerpc_table_init(); @@ -216,8 +215,7 @@ NTSTATUS torture_rpc_init(void) torture_suite_add_simple_test(suite, "BENCH-RPC", torture_bench_rpc); torture_suite_add_simple_test(suite, "ASYNCBIND", torture_async_bind); - suite->description = talloc_strdup(suite, - "DCE/RPC protocol and interface tests"); + suite->description = talloc_strdup(suite, "DCE/RPC protocol and interface tests"); torture_register_suite(suite); -- cgit