aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-28 19:44:30 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-28 19:44:30 +0100
commitc07c55d7841697868e7b9575cd8001b0127d41fc (patch)
treed14a49a00f5ece3766e1141ad93cb48e9f7fb151 /src/mds-registry
parentmds-kbdc: simplification of map statements (diff)
downloadmds-c07c55d7841697868e7b9575cd8001b0127d41fc.tar.gz
mds-c07c55d7841697868e7b9575cd8001b0127d41fc.tar.bz2
mds-c07c55d7841697868e7b9575cd8001b0127d41fc.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/mds-registry/registry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mds-registry/registry.c b/src/mds-registry/registry.c
index 23eeafe..2d0643f 100644
--- a/src/mds-registry/registry.c
+++ b/src/mds-registry/registry.c
@@ -414,8 +414,8 @@ static int handle_register_message(void)
const char* recv_action = NULL;
size_t i, length = 0;
-#define __get_header(storage, header) \
- (startswith(received.headers[i], header)) \
+#define __get_header(storage, header) \
+ (startswith(received.headers[i], header)) \
storage = received.headers[i] + strlen(header)
for (i = 0; i < received.header_count; i++)