summaryrefslogtreecommitdiff
path: root/source4/libcli/composite/composite.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/composite/composite.h')
-rw-r--r--source4/libcli/composite/composite.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/libcli/composite/composite.h b/source4/libcli/composite/composite.h
index 83857edd14..1e6e9f5dc8 100644
--- a/source4/libcli/composite/composite.h
+++ b/source4/libcli/composite/composite.h
@@ -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 {