modes/ctr128.c: make it indent-friendly.
[openssl.git] / apps / ciphers.c
index 001836001833340d1eefb6c86df61b37da2d43c5..35cf4f6199aa7054dd1c4a402d86854d196acefa 100644 (file)
@@ -203,9 +203,15 @@ int MAIN(int argc, char **argv)
                                int id3 = (int)(id & 0xffL);
                                
                                if ((id & 0xff000000L) == 0x03000000L)
-                                       BIO_printf(STDout, "          0x%02X,0x%02X - ", id2, id3); /* SSL3 cipher */
+                                       {
+                                       /* SSL3 cipher */
+                                       BIO_printf(STDout, "          0x%02X,0x%02X - ", id2, id3);
+                                       }
                                else
-                                       BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
+                                       {
+                                       /* whatever */
+                                       BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3);
+                                       }
                                }
 #ifndef OPENSSL_NO_SSL_TRACE
                        if (stdname)