From 796b2a627a958576c403673f92797a5306e6677e Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 12 Nov 2016 09:47:57 +0300 Subject: [PATCH] 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. --- src/atomic_ops/sysdeps/gcc/s390.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.50.0