Fix indent comment corruption issue
[openssl.git] / crypto / bn / bn_lib.c
index 09c8313622f5759f345bcc2dd11311cff0df7ab0..7a8f8c1450177fcf2e2386f3d99a3f154f9ac760 100644 (file)
@@ -356,12 +356,12 @@ static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words)
                case 2: A[1]=B[1];
                case 1: A[0]=B[0];
                case 0:
                case 2: A[1]=B[1];
                case 1: A[0]=B[0];
                case 0:
+                       ;
                        /*
                         * workaround for ultrix cc: without 'case 0', the optimizer does
                         * the switch table by doing a=top&3; a--; goto jump_table[a];
                         * which fails for top== 0
                         */
                        /*
                         * workaround for ultrix cc: without 'case 0', the optimizer does
                         * the switch table by doing a=top&3; a--; goto jump_table[a];
                         * which fails for top== 0
                         */
-                       ;
                        }
                }
 
                        }
                }