From: Simon Josefsson Date: Thu, 15 Apr 2010 07:40:26 +0000 (+0200) Subject: Indent code. X-Git-Tag: gnutls_2_9_10~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0370552e6a134d9872b3173451cc270f9ef6cf4f;p=thirdparty%2Fgnutls.git Indent code. --- diff --git a/lib/crypto-api.c b/lib/crypto-api.c index bf06fc4787..2de04d8b0c 100644 --- a/lib/crypto-api.c +++ b/lib/crypto-api.c @@ -74,7 +74,8 @@ gnutls_cipher_init (gnutls_cipher_hd_t * handle, * * Since: 2.10.0 **/ -int gnutls_cipher_encrypt (gnutls_cipher_hd_t handle, void *text, size_t textlen) +int +gnutls_cipher_encrypt (gnutls_cipher_hd_t handle, void *text, size_t textlen) { return _gnutls_cipher_encrypt ((cipher_hd_st *) handle, text, textlen); } diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index e4cd9e76a9..7af3e4d534 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -760,7 +760,7 @@ error: } } gnutls_free (darg); - gnutls_free(*priority_cache); + gnutls_free (*priority_cache); return GNUTLS_E_INVALID_REQUEST;