summaryrefslogtreecommitdiff
path: root/tests/test-5.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-28 00:51:03 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-28 00:51:03 +0200
commitb1f57fa0cf5515263bebcefe1044995ebaf9a1f3 (patch)
treedc73df6d0831bb483a38856d5f1e5c475dc60b26 /tests/test-5.c
parent05cefb83e22c08aedf5d3b893ad387eb6424faba (diff)
Fix coding style
Diffstat (limited to 'tests/test-5.c')
-rw-r--r--tests/test-5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-5.c b/tests/test-5.c
index 0f5000b..f8dfa99 100644
--- a/tests/test-5.c
+++ b/tests/test-5.c
@@ -14,7 +14,7 @@
void *
thr (void *arg)
{
- * (int *)0 = 0;
+ *(int *) 0 = 0;
return 0;
}