svn commit: samba r14105 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR: .

metze at samba.org metze at samba.org
Thu Mar 9 21:59:37 GMT 2006


Author: metze
Date: 2006-03-09 21:59:37 +0000 (Thu, 09 Mar 2006)
New Revision: 14105

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

Log:
fix whitespaces

metze
Modified:
   branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
===================================================================
--- branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm	2006-03-09 21:40:57 UTC (rev 14104)
+++ branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm	2006-03-09 21:59:37 UTC (rev 14105)
@@ -40,7 +40,7 @@
 
 	status = dcerpc_ndr_request_recv(req);
 
-    if (NT_STATUS_IS_OK(status) && (p->conn->flags & DCERPC_DEBUG_PRINT_OUT)) {
+	if (NT_STATUS_IS_OK(status) && (p->conn->flags & DCERPC_DEBUG_PRINT_OUT)) {
 		NDR_PRINT_OUT_DEBUG($name, r);		
 	}
 ";



More information about the samba-cvs mailing list