diff options
author | Mattias Andrée <maandree@kth.se> | 2017-11-05 14:50:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-11-05 14:50:38 +0100 |
commit | 9ed21175ac00f57f6abf3da84e82098e68fa3e94 (patch) | |
tree | 6235ac14c78fe0bbc074eb5146a641ba0e08fb5f /src/mds-server/queued-interception.h | |
parent | Update year and e-mail address (diff) | |
download | mds-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 'src/mds-server/queued-interception.h')
-rw-r--r-- | src/mds-server/queued-interception.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mds-server/queued-interception.h b/src/mds-server/queued-interception.h index 2a072bc..1555801 100644 --- a/src/mds-server/queued-interception.h +++ b/src/mds-server/queued-interception.h @@ -29,8 +29,7 @@ /** * A queued interception */ -typedef struct queued_interception -{ +typedef struct queued_interception { /** * The intercepting client */ @@ -50,7 +49,6 @@ typedef struct queued_interception * The file descriptor of the intercepting client's socket (used for unmarshalling) */ int socket_fd; - } queued_interception_t; |