aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server/interception-condition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-server/interception-condition.h')
-rw-r--r--src/mds-server/interception-condition.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mds-server/interception-condition.h b/src/mds-server/interception-condition.h
index 1ca3823..78383f4 100644
--- a/src/mds-server/interception-condition.h
+++ b/src/mds-server/interception-condition.h
@@ -28,8 +28,7 @@
/**
* A condition for a message being intercepted by a client
*/
-typedef struct interception_condition
-{
+typedef struct interception_condition {
/**
* The header of messages to intercept, optionally with a value,
* empty (most not be NULL) for all messages.
@@ -52,7 +51,6 @@ typedef struct interception_condition
* Whether the messages may get modified by the client
*/
int modifying;
-
} interception_condition_t;