summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/src/mq.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/src/mq.c')
-rw-r--r--deps/jemalloc/test/src/mq.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/deps/jemalloc/test/src/mq.c b/deps/jemalloc/test/src/mq.c
index 40b31c15c..9b5f672d6 100644
--- a/deps/jemalloc/test/src/mq.c
+++ b/deps/jemalloc/test/src/mq.c
@@ -5,9 +5,7 @@
* time is guaranteed.
*/
void
-mq_nanosleep(unsigned ns)
-{
-
+mq_nanosleep(unsigned ns) {
assert(ns <= 1000*1000*1000);
#ifdef _WIN32