summaryrefslogtreecommitdiffstats
path: root/test/drbg_cavs_test.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/drbg_cavs_test.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/drbg_cavs_test.c')
-rw-r--r--test/drbg_cavs_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/drbg_cavs_test.c b/test/drbg_cavs_test.c
index ce7a565ec1..183624c3bc 100644
--- a/test/drbg_cavs_test.c
+++ b/test/drbg_cavs_test.c
@@ -273,7 +273,7 @@ static int test_cavs_kats(const struct drbg_kat *test[], int i)
if (!single_kat_pr_true(td))
goto err;
break;
- default: /* cant happen */
+ default: /* cant happen */
goto err;
}
rv = 1;