summaryrefslogtreecommitdiff
path: root/src/base/atomicio.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/atomicio.hh')
-rw-r--r--src/base/atomicio.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/atomicio.hh b/src/base/atomicio.hh
index bfd1e35e5..016de932c 100644
--- a/src/base/atomicio.hh
+++ b/src/base/atomicio.hh
@@ -53,7 +53,7 @@ ssize_t atomic_write(int fd, const void *s, size_t n);
do { \
static const char msg[] = m; \
atomic_write(fd, msg, sizeof(msg) - 1); \
- } while(0)
+ } while (0)
/**
* Statically allocate a string and write it to STDERR.