svn commit: samba r19549 - in branches/SAMBA_4_0/source/torture/rpc: .

tridge at samba.org tridge at samba.org
Sat Nov 4 04:48:46 GMT 2006


Author: tridge
Date: 2006-11-04 04:48:46 +0000 (Sat, 04 Nov 2006)
New Revision: 19549

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

Log:

fixed some indentation

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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/echo.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/echo.c	2006-11-04 04:48:03 UTC (rev 19548)
+++ branches/SAMBA_4_0/source/torture/rpc/echo.c	2006-11-04 04:48:46 UTC (rev 19549)
@@ -425,11 +425,11 @@
 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);

Modified: branches/SAMBA_4_0/source/torture/rpc/rpc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/rpc.c	2006-11-04 04:48:03 UTC (rev 19548)
+++ branches/SAMBA_4_0/source/torture/rpc/rpc.c	2006-11-04 04:48:46 UTC (rev 19549)
@@ -110,8 +110,8 @@
 }
 
 _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);
 



More information about the samba-cvs mailing list