diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-16 17:24:55 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-16 17:24:55 +0200 |
commit | 0e7fdf91bd810f400bdd9faa73d47c0c5797a213 (patch) | |
tree | db0ea92eeb0e9649c231ac7bc7662f65476e6416 /lib/gnutls_cert.c | |
parent | 5cff6d578d0c38c56f2c8dfafa7d6dfc3ecbc4db (diff) | |
download | gnutls-0e7fdf91bd810f400bdd9faa73d47c0c5797a213.tar.gz |
Indent.
Diffstat (limited to 'lib/gnutls_cert.c')
-rw-r--r-- | lib/gnutls_cert.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index c884d51f7c..2bd1d530ed 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -757,8 +757,9 @@ _gnutls_get_auth_info_gcert (gnutls_cert * gcert, case GNUTLS_CRT_OPENPGP: return _gnutls_openpgp_raw_crt_to_gcert (gcert, &info->raw_certificate_list[0], - info->use_subkey ? info-> - subkey_id : NULL); + info-> + use_subkey ? info->subkey_id : + NULL); #endif default: gnutls_assert (); |