From 24214e48b4d4328d5a5afbfa19acbbbec30274c9 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 15 Dec 2005 13:24:28 +0000 Subject: Indent more. --- lib/gnutls_ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/gnutls_ui.c') diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c index 5194586702..66e33f8568 100644 --- a/lib/gnutls_ui.c +++ b/lib/gnutls_ui.c @@ -662,7 +662,7 @@ gnutls_certificate_set_rsa_export_params (gnutls_certificate_credentials_t **/ void gnutls_psk_set_params_function (gnutls_psk_server_credentials_t res, - gnutls_params_function * func) + gnutls_params_function * func) { res->params_func = func; } @@ -681,7 +681,7 @@ gnutls_psk_set_params_function (gnutls_psk_server_credentials_t res, **/ void gnutls_anon_set_params_function (gnutls_anon_server_credentials_t res, - gnutls_params_function * func) + gnutls_params_function * func) { res->params_func = func; } -- cgit v1.2.1