From 9ed21175ac00f57f6abf3da84e82098e68fa3e94 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 5 Nov 2017 14:50:38 +0100 Subject: Work on changing style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-server/interception-condition.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mds-server/interception-condition.h') 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; -- cgit v1.2.3-70-g09d2