diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-07 11:52:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-07 11:52:00 +0200 |
commit | 6c35bc89fdfe9ad21ef3ab7cd7be0f8138d54763 (patch) | |
tree | 6c39a0c6d526e1f63f29bb0d0d4725760296e797 /src/libmdsserver | |
parent | m (diff) | |
download | mds-6c35bc89fdfe9ad21ef3ab7cd7be0f8138d54763.tar.gz mds-6c35bc89fdfe9ad21ef3ab7cd7be0f8138d54763.tar.bz2 mds-6c35bc89fdfe9ad21ef3ab7cd7be0f8138d54763.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libmdsserver/macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmdsserver/macros.h b/src/libmdsserver/macros.h index 95f705f..f67c371 100644 --- a/src/libmdsserver/macros.h +++ b/src/libmdsserver/macros.h @@ -333,7 +333,7 @@ /** * Run a set of instructions and return 1 if a condition is met * - * @param CONDITION The condition + * @param CONDITION The condition * @param INSTRUCTIONS The instruction (semicolon-terminated) */ #define exit_if(CONDITION, INSTRUCTIONS) if (CONDITION) { INSTRUCTIONS return 1; } |