summaryrefslogtreecommitdiff
path: root/atomic
diff options
context:
space:
mode:
authorgregames <gregames@13f79535-47bb-0310-9956-ffa450edef68>2003-12-09 15:43:23 +0000
committergregames <gregames@13f79535-47bb-0310-9956-ffa450edef68>2003-12-09 15:43:23 +0000
commitca2c1e8cefef4e71df5c82607c9286c4d23f9101 (patch)
treeda1d2b48e60f8f68601e92207e54a0ea1aa76418 /atomic
parente3f68ec972b3271bc5e101a61c9665c4a67f1000 (diff)
downloadlibapr-ca2c1e8cefef4e71df5c82607c9286c4d23f9101.tar.gz
no functional change. add whitespace to align asm operands
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64823 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'atomic')
-rw-r--r--atomic/unix/apr_atomic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atomic/unix/apr_atomic.c b/atomic/unix/apr_atomic.c
index cedc27ca0..61648807d 100644
--- a/atomic/unix/apr_atomic.c
+++ b/atomic/unix/apr_atomic.c
@@ -188,7 +188,7 @@ APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem,
"bne- exit\n\t" /* ...no, bail out */
"stwcx. %2,0,%1\n\t" /* ...yes, conditionally
store swap */
- "bne- retry\n\t" /* start over if we lost
+ "bne- retry\n\t" /* start over if we lost
the reservation */
"exit:"
: "=&r"(prev) /* output */