diff options
author | Jason Evans <jasone@canonware.com> | 2017-01-13 18:35:35 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2017-01-13 22:49:24 (GMT) |
commit | ffbb7dac3d669697ab8b39367994a58e0c1fa42d (patch) | |
tree | 9765e69b5048a990b72c6af86b89fac8814d8f62 /test/integration/allocated.c | |
parent | 87e81e609b5d1bd8821d7256208091c546e62c5a (diff) | |
download | jemalloc-ffbb7dac3d669697ab8b39367994a58e0c1fa42d.zip jemalloc-ffbb7dac3d669697ab8b39367994a58e0c1fa42d.tar.gz jemalloc-ffbb7dac3d669697ab8b39367994a58e0c1fa42d.tar.bz2 |
Remove leading blank lines from function bodies.
This resolves #535.
Diffstat (limited to 'test/integration/allocated.c')
-rw-r--r-- | test/integration/allocated.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/allocated.c b/test/integration/allocated.c index 6ce145b..7570c52 100644 --- a/test/integration/allocated.c +++ b/test/integration/allocated.c @@ -98,7 +98,6 @@ label_ENOENT: TEST_BEGIN(test_main_thread) { - thd_start(NULL); } TEST_END @@ -115,7 +114,6 @@ TEST_END int main(void) { - /* Run tests multiple times to check for bad interactions. */ return (test( test_main_thread, |