Author: mimir
Date: 2005-09-29 22:36:41 +0000 (Thu, 29 Sep 2005)
New Revision: 10635

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

Log:
Formatting for better readability.


rafal


Modified:
   branches/SAMBA_4_0/source/libcli/composite/composite.h


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/composite/composite.h
===================================================================
--- branches/SAMBA_4_0/source/libcli/composite/composite.h      2005-09-29 
22:35:52 UTC (rev 10634)
+++ branches/SAMBA_4_0/source/libcli/composite/composite.h      2005-09-29 
22:36:41 UTC (rev 10635)
@@ -32,10 +32,10 @@
 /*
   a composite call moves between the following 3 states.
 */
-enum composite_state {COMPOSITE_STATE_INIT, /* we are creating the request */
-                     COMPOSITE_STATE_IN_PROGRESS, /* the request is in the 
outgoing socket Q */
-                     COMPOSITE_STATE_DONE, /* the request is received by the 
caller finished */
-                     COMPOSITE_STATE_ERROR}; /* a packet or transport level 
error has occurred */
+enum composite_state { COMPOSITE_STATE_INIT,         /* we are creating the 
request */
+                      COMPOSITE_STATE_IN_PROGRESS,  /* the request is in the 
outgoing socket Q */
+                      COMPOSITE_STATE_DONE,         /* the request is received 
by the caller finished */
+                      COMPOSITE_STATE_ERROR };      /* a packet or transport 
level error has occurred */
 
 /* the context of one "composite" call */
 struct composite_context {

Reply via email to