Expand all tabs to spaces; remove trailing blank lines
authorIvan Maidanski <ivmai@mail.ru>
Wed, 3 Aug 2011 16:08:54 +0000 (20:08 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 3 Aug 2011 16:08:54 +0000 (20:08 +0400)
tests/test_atomic.template

index f80eac8..e7385ef 100644 (file)
@@ -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
 }
-
-
-