summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-04-15 09:40:26 +0200
committerSimon Josefsson <simon@josefsson.org>2010-04-15 09:40:26 +0200
commit0370552e6a134d9872b3173451cc270f9ef6cf4f (patch)
tree551a3c04c07883298d1c9ac604a68128adcaaf09
parentcb48b3b6dbbf6fc63d1a26fbb52536f8d11c5a6e (diff)
downloadgnutls-0370552e6a134d9872b3173451cc270f9ef6cf4f.tar.gz
Indent code.
-rw-r--r--lib/crypto-api.c3
-rw-r--r--lib/gnutls_priority.c2
2 files changed, 3 insertions, 2 deletions
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;