diff options
author | Zoltan Fridrich <zfridric@redhat.com> | 2023-01-27 15:03:53 +0100 |
---|---|---|
committer | Zoltan Fridrich <zfridric@redhat.com> | 2023-01-27 15:11:28 +0100 |
commit | 50e0c39fc9b8e0ae493f42a3046db5e70f8ea044 (patch) | |
tree | 36d6eb0dde4d81527a07017d6df7d1dd4b7e436e /lib/system.c | |
parent | 21288eb0ce9d27f00c4f8ac8048b22f4003f65ac (diff) | |
download | gnutls-50e0c39fc9b8e0ae493f42a3046db5e70f8ea044.tar.gz |
Indent code
Co-authored-by: Simon Josefsson <simon@josefsson.org>
Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
Diffstat (limited to 'lib/system.c')
-rw-r--r-- | lib/system.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/system.c b/lib/system.c index f01669dff8..a7b742d2eb 100644 --- a/lib/system.c +++ b/lib/system.c @@ -77,7 +77,7 @@ int gnutls_system_global_init(void) pCertEnumCRLsInStore = (CertEnumCRLsInStoreFunc) GetProcAddress(crypto, - "CertEnumCRLsInStore"); + "CertEnumCRLsInStore"); if (pCertEnumCRLsInStore == NULL) { FreeLibrary(crypto); return GNUTLS_E_CRYPTO_INIT_FAILED; @@ -98,5 +98,3 @@ void gnutls_system_global_deinit(void) gnutls_time = time; gnutls_gettime = _gnutls_gettime; } - - |