summaryrefslogtreecommitdiffstats
path: root/test/unit/mtx.c
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2017-01-13 18:35:35 (GMT)
committerJason Evans <jasone@canonware.com>2017-01-13 22:49:24 (GMT)
commitffbb7dac3d669697ab8b39367994a58e0c1fa42d (patch)
tree9765e69b5048a990b72c6af86b89fac8814d8f62 /test/unit/mtx.c
parent87e81e609b5d1bd8821d7256208091c546e62c5a (diff)
downloadjemalloc-ffbb7dac3d669697ab8b39367994a58e0c1fa42d.zip
jemalloc-ffbb7dac3d669697ab8b39367994a58e0c1fa42d.tar.gz
jemalloc-ffbb7dac3d669697ab8b39367994a58e0c1fa42d.tar.bz2
Remove leading blank lines from function bodies.
This resolves #535.
Diffstat (limited to 'test/unit/mtx.c')
-rw-r--r--test/unit/mtx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/mtx.c b/test/unit/mtx.c
index 96ff694..2eccc98 100644
--- a/test/unit/mtx.c
+++ b/test/unit/mtx.c
@@ -53,7 +53,6 @@ TEST_END
int
main(void)
{
-
return (test(
test_mtx_basic,
test_mtx_race));