aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-server/client.h')
-rw-r--r--src/mds-server/client.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mds-server/client.h b/src/mds-server/client.h
index 91ab0c2..b003d31 100644
--- a/src/mds-server/client.h
+++ b/src/mds-server/client.h
@@ -36,8 +36,7 @@
/**
* Client information structure
*/
-typedef struct client
-{
+typedef struct client {
/**
* The client's entry in the list of clients
*/
@@ -134,7 +133,6 @@ typedef struct client
* Whether `modify_cond` has been initialised
*/
int modify_cond_created;
-
} client_t;