svn commit: samba r15616 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Mon May 15 12:29:07 GMT 2006


Author: metze
Date: 2006-05-15 12:29:06 +0000 (Mon, 15 May 2006)
New Revision: 15616

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

Log:
fix white spaces

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/security.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/security.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/security.idl	2006-05-15 12:25:03 UTC (rev 15615)
+++ branches/SAMBA_4_0/source/librpc/idl/security.idl	2006-05-15 12:29:06 UTC (rev 15616)
@@ -21,9 +21,9 @@
 		   
           common combinations of bits are prefixed with SEC_RIGHTS_
 	*/
-    const int SEC_MASK_GENERIC         = 0xF0000000;
-    const int SEC_MASK_FLAGS           = 0x0F000000;
-    const int SEC_MASK_STANDARD        = 0x00FF0000;
+	const int SEC_MASK_GENERIC         = 0xF0000000;
+	const int SEC_MASK_FLAGS           = 0x0F000000;
+	const int SEC_MASK_STANDARD        = 0x00FF0000;
 	const int SEC_MASK_SPECIFIC        = 0x0000FFFF;
 
 	/* generic bits */



More information about the samba-cvs mailing list