summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2016-11-12 09:47:57 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-11-12 09:47:57 +0300
commit796b2a627a958576c403673f92797a5306e6677e (patch)
treedc3d6f7f4173f9677540f0dffa993c0fa436f272
parentd0b9e1a76e60bf4c37a7de28ccf378a186d35656 (diff)
downloadlibatomic_ops-796b2a627a958576c403673f92797a5306e6677e.tar.gz
Fix indentation of #endif in s390.h
(fix commit c2edeab) * src/atomic_ops/sysdeps/gcc/s390.h (AO_fetch_compare_and_swap_full): Adjust indentation of #endif.
-rw-r--r--src/atomic_ops/sysdeps/gcc/s390.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atomic_ops/sysdeps/gcc/s390.h b/src/atomic_ops/sysdeps/gcc/s390.h
index 31886e2..fe41898 100644
--- a/src/atomic_ops/sysdeps/gcc/s390.h
+++ b/src/atomic_ops/sysdeps/gcc/s390.h
@@ -71,7 +71,7 @@ AO_fetch_compare_and_swap_full(volatile AO_t *addr,
" cs %0,%2,%1\n"
# else
" csg %0,%2,%1\n"
-# endif
+# endif
: "+d" (old), "=Q" (*addr)
: "d" (new_val), "m" (*addr)
: "cc", "memory");