diff -r 733f22fca61a -r c80c910fe191 test/mpool_tests.h --- a/test/mpool_tests.h Wed Oct 10 09:32:06 2012 +0200 +++ b/test/mpool_tests.h Wed Oct 10 09:34:13 2012 +0200 @@ -12,13 +12,13 @@ extern "C" { #endif -UCX_TEST_DECLARE(test_ucx_mempool_new) -UCX_TEST_DECLARE(test_ucx_mempool_malloc) -UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap) -UCX_TEST_DECLARE(test_ucx_mempool_calloc) -UCX_TEST_DECLARE(test_ucx_mempool_set_destr) -UCX_TEST_DECLARE(test_ucx_mempool_reg_destr) -UCX_TEST_DECLARE(test_ucx_mempool_realloc) +UCX_TEST_DECLARE(test_ucx_mempool_new); +UCX_TEST_DECLARE(test_ucx_mempool_malloc); +UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap); +UCX_TEST_DECLARE(test_ucx_mempool_calloc); +UCX_TEST_DECLARE(test_ucx_mempool_set_destr); +UCX_TEST_DECLARE(test_ucx_mempool_reg_destr); +UCX_TEST_DECLARE(test_ucx_mempool_realloc); #ifdef __cplusplus }