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

jelmer at samba.org jelmer at samba.org
Sat Oct 8 17:55:56 GMT 2005


Author: jelmer
Date: 2005-10-08 17:55:56 +0000 (Sat, 08 Oct 2005)
New Revision: 10840

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

Log:
Fix indentation

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


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
===================================================================
--- branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm	2005-10-08 17:55:28 UTC (rev 10839)
+++ branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm	2005-10-08 17:55:56 UTC (rev 10840)
@@ -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