aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server/interception-condition.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-11-05 14:50:38 +0100
committerMattias Andrée <maandree@kth.se>2017-11-05 14:50:38 +0100
commit9ed21175ac00f57f6abf3da84e82098e68fa3e94 (patch)
tree6235ac14c78fe0bbc074eb5146a641ba0e08fb5f /src/mds-server/interception-condition.h
parentUpdate year and e-mail address (diff)
downloadmds-9ed21175ac00f57f6abf3da84e82098e68fa3e94.tar.gz
mds-9ed21175ac00f57f6abf3da84e82098e68fa3e94.tar.bz2
mds-9ed21175ac00f57f6abf3da84e82098e68fa3e94.tar.xz
Work on changing style
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-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;