]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Indent code.
authorSimon Josefsson <simon@josefsson.org>
Thu, 15 Apr 2010 07:40:26 +0000 (09:40 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 15 Apr 2010 07:40:26 +0000 (09:40 +0200)
lib/crypto-api.c
lib/gnutls_priority.c

index bf06fc47873ec08d4ef377232f546ff6674c73d8..2de04d8b0c0e109ce05835305c4bbb4537f974bf 100644 (file)
@@ -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);
 }
index e4cd9e76a93d9a68309899926706dcf150626961..7af3e4d534337d404c9f8e66de1af33481f03626 100644 (file)
@@ -760,7 +760,7 @@ error:
        }
     }
   gnutls_free (darg);
-  gnutls_free(*priority_cache);
+  gnutls_free (*priority_cache);
 
   return GNUTLS_E_INVALID_REQUEST;