diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-11-08 22:14:07 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-11-08 22:17:10 +0100 |
commit | 76c93d23c073ef8b885503b7d28a31ffe2add6d8 (patch) | |
tree | 1dd2d22a197bc40c5330e516969a7cb1ae9bc96f /lib/x509/verify-high.h | |
parent | 559a144f6bbcbb611453f82e655dd7438c14d1a7 (diff) | |
download | gnutls-76c93d23c073ef8b885503b7d28a31ffe2add6d8.tar.gz |
reindented code
Diffstat (limited to 'lib/x509/verify-high.h')
-rw-r--r-- | lib/x509/verify-high.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/verify-high.h b/lib/x509/verify-high.h index 3315a871f3..ba45f6ee55 100644 --- a/lib/x509/verify-high.h +++ b/lib/x509/verify-high.h @@ -20,5 +20,5 @@ * */ -int _gnutls_trustlist_inlist (gnutls_x509_trust_list_t list, - gnutls_x509_crt_t cert); +int _gnutls_trustlist_inlist(gnutls_x509_trust_list_t list, + gnutls_x509_crt_t cert); |