r20145: fix whitespaces
authorStefan Metzmacher <metze@samba.org>
Tue, 12 Dec 2006 23:48:28 +0000 (23:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:29:15 +0000 (14:29 -0500)
metze
(This used to be commit d2d9842914bb049189f9349ff96b32c088cd02a8)

source4/torture/rpc/rpc.c

index abdef821412eeaa60e9d3df4deed6fc7b2bb5136..fb304ce20a4c79ea21acb9457e72f28d5fb5c32b 100644 (file)
@@ -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);