summaryrefslogtreecommitdiff
path: root/mpi/longlong.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-01-15 14:02:23 +0000
committerWerner Koch <wk@gnupg.org>2003-01-15 14:02:23 +0000
commit9b8117f58f1bc0365ab13f7d26fdb41cb2414005 (patch)
tree7fa7611e2480d38f3b2bd5fc8fb34dd92a1862c1 /mpi/longlong.h
parentb72cee46eea13d6f8c9a47703693c809c2f0c65d (diff)
downloadlibgcrypt-9b8117f58f1bc0365ab13f7d26fdb41cb2414005.tar.gz
* longlong.h: Removed some spaces between backslashes and newlines.
Diffstat (limited to 'mpi/longlong.h')
-rw-r--r--mpi/longlong.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpi/longlong.h b/mpi/longlong.h
index 1211be5e..6996ebed 100644
--- a/mpi/longlong.h
+++ b/mpi/longlong.h
@@ -749,7 +749,7 @@ extern USItype __udiv_qrnnd ();
#else
#define umul_ppmm(w1, w0, u, v) \
__asm__ ("dmultu %2,%3 \n" \
- "mflo %0 \n" \
+ "mflo %0 \n" \
"mfhi %1" \
: "=d" ((UDItype)(w0)), \
"=d" ((UDItype)(w1)) \
@@ -1005,7 +1005,7 @@ extern USItype __udiv_qrnnd ();
"m r2,%3 \n" \
"m r2,%3 \n" \
"m r2,%3 \n" \
- "cas %0,r2,r0 \n" \
+ "cas %0,r2,r0 \n" \
"mfs r10,%1" \
: "=r" ((USItype)(ph)), \
"=r" ((USItype)(pl)) \