summaryrefslogtreecommitdiffstats
path: root/test/ecstresstest.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-07-16 20:24:10 +1000
committerPauli <paul.dale@oracle.com>2019-07-16 20:24:10 +1000
commitdd6b270618b8f43009999e45ad6dd03ca50bbe54 (patch)
tree65fd2e97c594dfd973c001c2238063a3d50e0898 /test/ecstresstest.c
parente3a0d367299ee9f384ef912c644dbb5ef195798d (diff)
Remove tab characters from C source files.
Some have been creeping into the source code. Reviewed-by: Paul Yang <yang.yang@baishancloud.com> (Merged from https://github.com/openssl/openssl/pull/9397)
Diffstat (limited to 'test/ecstresstest.c')
-rw-r--r--test/ecstresstest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ecstresstest.c b/test/ecstresstest.c
index a589103f65..5a831e338a 100644
--- a/test/ecstresstest.c
+++ b/test/ecstresstest.c
@@ -144,7 +144,7 @@ int setup_tests(void)
break;
default:
case OPT_ERR:
- return 0;
+ return 0;
}
}