remove end of line spaces
[openssl.git] / test / testutil / driver.c
index 2904a4fbd0343af059d4d3581a80d8a4a457f7de..40ed3736c5d22901060503ca58ccda18ac8900e4 100644 (file)
@@ -162,9 +162,9 @@ static int check_single_test_params(char *name, char *testname, char *itname)
             if (strcmp(name, all_tests[i].test_case_name) == 0) {
                 single_test = 1 + i;
                 break;
-            } 
+            }
         }
-        if (i >= num_tests) 
+        if (i >= num_tests)
             single_test = atoi(name);
     }