indent has problems with comments that are on the right hand side of a line.
[openssl.git] / crypto / whrlpool / wp_block.c
index b5d22fc4bdb5d85a9cbabdc0a1eb721bacbd9a3a..e8b457f9058eb1ec548c9cdffc6ea1db75ced1a1 100644 (file)
@@ -64,8 +64,11 @@ typedef unsigned long long   u64;
 #  define SMALL_REGISTER_BANK
 #  if defined(WHIRLPOOL_ASM)
 #    ifndef OPENSSL_SMALL_FOOTPRINT
-#      define OPENSSL_SMALL_FOOTPRINT  /* it appears that for elder non-MMX
-                                          CPUs this is actually faster! */
+/*
+ * it appears that for elder non-MMX
+ * CPUs this is actually faster!
+ */
+#      define OPENSSL_SMALL_FOOTPRINT
 #    endif
 #    define GO_FOR_MMX(ctx,inp,num)    do {                    \
        extern unsigned long OPENSSL_ia32cap_P[];               \