svn commit: samba r13811 - in branches/SAMBA_4_0/source/include: .

metze at samba.org metze at samba.org
Fri Mar 3 08:21:11 GMT 2006


Author: metze
Date: 2006-03-03 08:21:11 +0000 (Fri, 03 Mar 2006)
New Revision: 13811

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

Log:
nicer format...

metze
Modified:
   branches/SAMBA_4_0/source/include/includes.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/includes.h
===================================================================
--- branches/SAMBA_4_0/source/include/includes.h	2006-03-03 08:17:55 UTC (rev 13810)
+++ branches/SAMBA_4_0/source/include/includes.h	2006-03-03 08:21:11 UTC (rev 13811)
@@ -77,10 +77,22 @@
 
 /* protocol types. It assumes that higher protocols include lower protocols
    as subsets. FIXME: Move to one of the smb-specific headers */
-enum protocol_types {PROTOCOL_NONE,PROTOCOL_CORE,PROTOCOL_COREPLUS,PROTOCOL_LANMAN1,PROTOCOL_LANMAN2,PROTOCOL_NT1};
+enum protocol_types {
+	PROTOCOL_NONE,
+	PROTOCOL_CORE,
+	PROTOCOL_COREPLUS,
+	PROTOCOL_LANMAN1,
+	PROTOCOL_LANMAN2,
+	PROTOCOL_NT1
+};
 
 /* passed to br lock code. FIXME: Move to one of the smb-specific headers */
-enum brl_type {READ_LOCK, WRITE_LOCK, PENDING_READ_LOCK, PENDING_WRITE_LOCK};
+enum brl_type {
+	READ_LOCK,
+	WRITE_LOCK,
+	PENDING_READ_LOCK,
+	PENDING_WRITE_LOCK
+};
 
 #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
 #include "lib/replace/replace.h"



More information about the samba-cvs mailing list