Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-08-03 20:08:54 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-08-03 20:08:54 +0400
commita87c7866887436ef0e7f7d4cd3c9b77ff1ec0822 (patch)
tree7a8b399f6fd330b161783606630ecfeac2ff7645
parentb8cd1c00ac220c7c9b8d5c583febf849d301439d (diff)
Expand all tabs to spaces; remove trailing blank lines
-rw-r--r--tests/test_atomic.template5
1 files changed, 1 insertions, 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
}
-
-
-