From fab8a0b55f752b4cda3b3b604962364187f42411 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 6 Jan 2015 17:22:12 +0100 Subject: [PATCH] Indentation --- src/libsodium/crypto_box/crypto_box_easy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libsodium/crypto_box/crypto_box_easy.c b/src/libsodium/crypto_box/crypto_box_easy.c index 7f39e220..42ae102a 100644 --- a/src/libsodium/crypto_box/crypto_box_easy.c +++ b/src/libsodium/crypto_box/crypto_box_easy.c @@ -40,8 +40,8 @@ crypto_box_easy(unsigned char *c, const unsigned char *m, int crypto_box_open_detached(unsigned char *m, const unsigned char *c, const unsigned char *mac, - unsigned long long clen, const unsigned char *n, - const unsigned char *pk, const unsigned char *sk) + unsigned long long clen, const unsigned char *n, + const unsigned char *pk, const unsigned char *sk) { unsigned char k[crypto_box_BEFORENMBYTES]; int ret;