diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-04-14 14:51:01 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-04-14 14:51:01 +0200 |
commit | a23f37448755d89924f791999432b76f490cb2bf (patch) | |
tree | 188c331f124e69d62fc7e9be2d8d5cab90469b24 /tests/parse_ca.c | |
parent | 705aa8cd3da09abedd6eb5d0d55610b644e4f98d (diff) | |
download | gnutls-a23f37448755d89924f791999432b76f490cb2bf.tar.gz |
Indent code.
Diffstat (limited to 'tests/parse_ca.c')
-rw-r--r-- | tests/parse_ca.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/parse_ca.c b/tests/parse_ca.c index c02124a43f..18bb4b394f 100644 --- a/tests/parse_ca.c +++ b/tests/parse_ca.c @@ -76,5 +76,6 @@ doit (void) gnutls_global_deinit (); - if (debug) success ("import ok\n"); + if (debug) + success ("import ok\n"); } |