]> granicus.if.org Git - libatomic_ops/commitdiff
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 f80eac83db65e756fc84820af13ff21f99da5872..e7385ef606eecac4b29cac8dd0fe618b752eed0c 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
 }
-
-
-