r13811: nicer format...
authorStefan Metzmacher <metze@samba.org>
Fri, 3 Mar 2006 08:21:11 +0000 (08:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:52:13 +0000 (13:52 -0500)
metze
(This used to be commit 89f7a2b93f7b69339baddff2ac30e648d7b2f8b9)

source4/include/includes.h

index 2d685b8ba71bd3e39db3a58d72289de76b92ad2b..83bc9569cb5b7de8b7c3fab8b3d6d11f3c98a18b 100644 (file)
 
 /* 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"