From 5592798865ece858bab2b444bc782d19121e2566 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Sat, 6 Feb 2016 17:21:19 -0800 Subject: style: fix missing spaces in control statements Result of running 'hg m5style --skip-all --fix-control -a'. --- src/base/atomicio.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/atomicio.hh') 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. -- cgit v1.2.3