From 65271095d0aaf3b4fb10ae5639b89ae31ba80774 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Thu, 29 Sep 2005 22:36:41 +0000 Subject: r10635: Formatting for better readability. rafal (This used to be commit 7b3a4096b5922e4a98ea0a74c0b92bc10d18cddd) --- source4/libcli/composite/composite.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/libcli/composite/composite.h') 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 { -- cgit