summaryrefslogtreecommitdiffstats
path: root/test/src/mq.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/mq.c')
-rw-r--r--test/src/mq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/src/mq.c b/test/src/mq.c
index 47f362c..9b5f672 100644
--- a/test/src/mq.c
+++ b/test/src/mq.c
@@ -5,8 +5,7 @@
* time is guaranteed.
*/
void
-mq_nanosleep(unsigned ns)
-{
+mq_nanosleep(unsigned ns) {
assert(ns <= 1000*1000*1000);
#ifdef _WIN32