summaryrefslogtreecommitdiff
path: root/tests/pkcs12_encode.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-04-14 14:51:01 +0200
committerSimon Josefsson <simon@josefsson.org>2010-04-14 14:51:01 +0200
commita23f37448755d89924f791999432b76f490cb2bf (patch)
tree188c331f124e69d62fc7e9be2d8d5cab90469b24 /tests/pkcs12_encode.c
parent705aa8cd3da09abedd6eb5d0d55610b644e4f98d (diff)
downloadgnutls-a23f37448755d89924f791999432b76f490cb2bf.tar.gz
Indent code.
Diffstat (limited to 'tests/pkcs12_encode.c')
-rw-r--r--tests/pkcs12_encode.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/pkcs12_encode.c b/tests/pkcs12_encode.c
index 18c3fe8684..6558b56ec2 100644
--- a/tests/pkcs12_encode.c
+++ b/tests/pkcs12_encode.c
@@ -65,7 +65,8 @@ static char ca_pem[] =
"PfqUpIhz5Bbm7J4=\n" "-----END CERTIFICATE-----\n";
const gnutls_datum_t ca_dat = { ca_pem, sizeof (ca_pem) };
-void doit(void)
+void
+doit (void)
{
gnutls_pkcs12_t pkcs12;
gnutls_x509_crt_t client;
@@ -158,7 +159,8 @@ void doit(void)
if (ret < 0)
error (EXIT_FAILURE, 0, "pkcs12_export: %d", ret);
- if (debug) fwrite (outbuf, size, 1, stdout);
+ if (debug)
+ fwrite (outbuf, size, 1, stdout);
/* Cleanup. */
gnutls_pkcs12_deinit (pkcs12);