]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/bftest.c
fix some code with obvious wrong coding style
[thirdparty/openssl.git] / test / bftest.c
index 8da47bc795f119814a8b81a37dc68756fafadc29..9a197b4f45d12d4236758673e0d0d2c4157aceed 100644 (file)
@@ -465,7 +465,7 @@ int setup_tests(void)
 # endif
 
     while ((o = opt_next()) != OPT_EOF) {
-        switch(o) {
+        switch (o) {
         case OPT_PRINT:
             print_test_data();
             return 1;