Fix mixed indentation (and other whitespace issues)
[openssl.git] / apps / spkac.c
index 8ed9dd928100fdb2d7756196ed3b00bbc08023d0..f384af6eb60b0bbc82fa9886fefb0ba2c73b01e0 100644 (file)
@@ -98,7 +98,7 @@ int spkac_main(int argc, char **argv)
         case OPT_KEYFORM:
             if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat))
                 goto opthelp;
-           break;
+            break;
         case OPT_CHALLENGE:
             challenge = opt_arg();
             break;