bn/asm/x86_64-gcc.cL make it indent-friendly.
authorAndy Polyakov <appro@openssl.org>
Wed, 21 Jan 2015 10:54:03 +0000 (11:54 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 22 Jan 2015 09:51:32 +0000 (09:51 +0000)
Conflicts:
crypto/bn/asm/x86_64-gcc.c

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/bn/asm/x86_64-gcc.c

index e65ddef20a644ec0da5cd234025885d632753fc3..dba64b25a412d4d097a23cb2e3d5fab12ad4f9d4 100644 (file)
@@ -66,7 +66,7 @@
  * "g"(0)              let the compiler to decide where does it
  *                     want to keep the value of zero;
  */
-#define mul_add(r,a,word,carry) do {   \
+# define mul_add(r,a,word,carry) do {  \
        register BN_ULONG high,low;     \
        asm ("mulq %3"                  \
                : "=a"(low),"=d"(high)  \
@@ -83,7 +83,7 @@
        carry=high;                     \
        } while (0)
 
-#define mul(r,a,word,carry) do {       \
+# define mul(r,a,word,carry) do {      \
        register BN_ULONG high,low;     \
        asm ("mulq %3"                  \
                : "=a"(low),"=d"(high)  \