From 9b3219428e127afd5e9a6f07cce325d530e92557 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 8 May 2014 00:06:06 -0700 Subject: [PATCH] Reformat prototype, for consistency. --- .../sodium/crypto_pwhash_scryptxsalsa208sha256.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/libsodium/include/sodium/crypto_pwhash_scryptxsalsa208sha256.h b/src/libsodium/include/sodium/crypto_pwhash_scryptxsalsa208sha256.h index 01f33803..5222dce9 100644 --- a/src/libsodium/include/sodium/crypto_pwhash_scryptxsalsa208sha256.h +++ b/src/libsodium/include/sodium/crypto_pwhash_scryptxsalsa208sha256.h @@ -32,12 +32,11 @@ int crypto_pwhash_scryptxsalsa208sha256(unsigned char * const out, unsigned long long opslimit); SODIUM_EXPORT -int -crypto_pwhash_scryptxsalsa208sha256_str(char out[crypto_pwhash_scryptxsalsa208sha256_STRBYTES], - const char * const passwd, - unsigned long long passwdlen, - size_t memlimit, - unsigned long long opslimit); +int crypto_pwhash_scryptxsalsa208sha256_str(char out[crypto_pwhash_scryptxsalsa208sha256_STRBYTES], + const char * const passwd, + unsigned long long passwdlen, + size_t memlimit, + unsigned long long opslimit); SODIUM_EXPORT int crypto_pwhash_scryptxsalsa208sha256_str_verify(const char str[crypto_pwhash_scryptxsalsa208sha256_STRBYTES],