summaryrefslogtreecommitdiff
path: root/tests/crlverify.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-11 12:21:59 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-11 13:21:04 +0200
commitaa2cc04b9ef04404b719db5d693e6f146dbe026a (patch)
tree469b7b176428d24e797ae39105705eea45ef1901 /tests/crlverify.c
parent09f1d96b662d34c55de9903a8a890ad887bcd699 (diff)
downloadgnutls-aa2cc04b9ef04404b719db5d693e6f146dbe026a.tar.gz
several spacing fixes to keep syntax-check happy
Diffstat (limited to 'tests/crlverify.c')
-rw-r--r--tests/crlverify.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/crlverify.c b/tests/crlverify.c
index 66e621e5da..c586011da0 100644
--- a/tests/crlverify.c
+++ b/tests/crlverify.c
@@ -242,7 +242,7 @@ void doit(void)
if (debug)
printf("Chain '%s' (%d)...\n", crl_list[i].name,
- (int) i);
+ (int) i);
if (debug > 2)
printf("\tAdding CRL...");
@@ -277,7 +277,7 @@ void doit(void)
&tmp);
if (debug)
printf("\tCRL: %.*s\n",
- tmp.size, tmp.data);
+ tmp.size, tmp.data);
gnutls_free(tmp.data);
if (debug > 2)
@@ -307,7 +307,7 @@ void doit(void)
gnutls_x509_crt_print(ca, GNUTLS_CRT_PRINT_ONELINE, &tmp);
if (debug)
printf("\tCA Certificate: %.*s\n", tmp.size,
- tmp.data);
+ tmp.data);
gnutls_free(tmp.data);
if (debug)