summaryrefslogtreecommitdiff
path: root/test/childthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/childthread.c')
-rw-r--r--test/childthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/childthread.c b/test/childthread.c
index e89fb14..c86b9cf 100644
--- a/test/childthread.c
+++ b/test/childthread.c
@@ -29,7 +29,7 @@ int main(int argc, char *argv[])
child = fork();
- switch(child) {
+ switch (child) {
case -1:
assert(0);
case 0: