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-registry/slave.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 '')
-rw-r--r-- | src/mds-registry/slave.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mds-registry/slave.h b/src/mds-registry/slave.h index f9f748b..0b4f7b2 100644 --- a/src/mds-registry/slave.h +++ b/src/mds-registry/slave.h @@ -35,8 +35,7 @@ /** * Slave information, a thread waiting for protocols to become available */ -typedef struct slave -{ +typedef struct slave { /** * Set of protocols for which to wait that they become available */ @@ -82,7 +81,6 @@ typedef struct slave * Whether `dethklok` should apply */ int timed; - } slave_t; |