From a87c7866887436ef0e7f7d4cd3c9b77ff1ec0822 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 3 Aug 2011 20:08:54 +0400 Subject: [PATCH] Expand all tabs to spaces; remove trailing blank lines --- tests/test_atomic.template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_atomic.template b/tests/test_atomic.template index f80eac8..e7385ef 100644 --- a/tests/test_atomic.template +++ b/tests/test_atomic.template @@ -10,7 +10,7 @@ #undef TA_assert #define TA_assert(e) \ if (!(e)) { fprintf(stderr, "Assertion failed %s:%d (barrier: XX)\n", \ - __FILE__, __LINE__), exit(1); } + __FILE__, __LINE__), exit(1); } #undef MISSING #define MISSING(name) \ @@ -198,6 +198,3 @@ void test_atomicXX(void) MISSING(AO_compare_and_swap_double); # endif } - - - -- 2.40.0