diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-08 01:56:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-08 01:56:49 +0200 |
commit | 0301bdda87c9368f23547bfc61207df2f68680e7 (patch) | |
tree | 9435b776b7761d5004b29a6162f1348de57d89c5 /src/mds-server.c | |
parent | work on supporting re-exec during message coordination (diff) | |
download | mds-0301bdda87c9368f23547bfc61207df2f68680e7.tar.gz mds-0301bdda87c9368f23547bfc61207df2f68680e7.tar.bz2 mds-0301bdda87c9368f23547bfc61207df2f68680e7.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-server.c b/src/mds-server.c index 715b826..d707eab 100644 --- a/src/mds-server.c +++ b/src/mds-server.c @@ -498,7 +498,7 @@ void* slave_loop(void* data) ); } - /* Fetch message.*/ + /* Fetch message. */ r = mds_message_read(&(information->message), socket_fd); if (r == 0) message_received(information); |