Author: metze
Date: 2006-12-12 23:48:28 +0000 (Tue, 12 Dec 2006)
New Revision: 20145

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20145

Log:
fix whitespaces

metze
Modified:
   branches/SAMBA_4_0/source/torture/rpc/rpc.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/rpc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/rpc.c 2006-12-12 23:23:50 UTC (rev 
20144)
+++ branches/SAMBA_4_0/source/torture/rpc/rpc.c 2006-12-12 23:48:28 UTC (rev 
20145)
@@ -156,9 +156,8 @@
 
 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 @@
        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);
 

Reply via email to