diff options
author | Pauli <paul.dale@oracle.com> | 2019-07-16 12:35:42 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-07-16 12:35:42 +0200 |
commit | 4bd8b24045e1b044a2696b0675a9120ac0384567 (patch) | |
tree | 8bbce07e745ecc9cf6f6ecf1b8e5815c290b5ee8 /test/testutil/driver.c | |
parent | Remove tab characters from C source files. (diff) | |
download | openssl-4bd8b24045e1b044a2696b0675a9120ac0384567.tar.xz openssl-4bd8b24045e1b044a2696b0675a9120ac0384567.zip |
remove end of line spaces
Reviewed-by: Paul Yang <yang.yang@baishancloud.com>
(Merged from https://github.com/openssl/openssl/pull/9397)
Diffstat (limited to '')
-rw-r--r-- | test/testutil/driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testutil/driver.c b/test/testutil/driver.c index 2904a4fbd0..40ed3736c5 100644 --- a/test/testutil/driver.c +++ b/test/testutil/driver.c @@ -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); } |