summaryrefslogtreecommitdiff
path: root/atomic
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2003-12-09 15:43:23 +0000
committerGreg Ames <gregames@apache.org>2003-12-09 15:43:23 +0000
commit6aa4d57e0cf8a09e1b6ebde43b0ec794f827ffd8 (patch)
treeda1d2b48e60f8f68601e92207e54a0ea1aa76418 /atomic
parent04704d973b361c505e75873584c3782d96c27b61 (diff)
downloadapr-6aa4d57e0cf8a09e1b6ebde43b0ec794f827ffd8.tar.gz
no functional change. add whitespace to align asm operands
git-svn-id: https://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 */