From: Nikos Mavrogiannopoulos Date: Tue, 11 Nov 2014 09:47:56 +0000 (+0100) Subject: indentation fix X-Git-Tag: gnutls_3_4_0~647 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd74d64aa75e2bb7eefae689c10007f798a6ffa2;p=thirdparty%2Fgnutls.git indentation fix --- diff --git a/lib/includes/gnutls/abstract.h b/lib/includes/gnutls/abstract.h index 47ec1e86b3..d3a33e3362 100644 --- a/lib/includes/gnutls/abstract.h +++ b/lib/includes/gnutls/abstract.h @@ -495,19 +495,13 @@ void gnutls_pcert_deinit(gnutls_pcert_st * pcert); * within the library. */ typedef int gnutls_certificate_retrieve_function2(gnutls_session_t, - const - gnutls_datum_t * - req_ca_rdn, - int nreqs, const - gnutls_pk_algorithm_t - * pk_algos, - int - pk_algos_length, - gnutls_pcert_st - **, unsigned int - *pcert_length, - gnutls_privkey_t - * privkey); + const gnutls_datum_t *req_ca_rdn, + int nreqs, + const gnutls_pk_algorithm_t *pk_algos, + int pk_algos_length, + gnutls_pcert_st**, + unsigned int *pcert_length, + gnutls_privkey_t *privkey); void gnutls_certificate_set_retrieve_function2