indentation

This commit is contained in:
Karel Miko 2017-04-24 21:59:21 +02:00
parent 3ea8a00ecd
commit 0f0f1e40be

View File

@ -22,7 +22,7 @@
*/ */
int blake2bmac_file(const char *fname, const unsigned char *key, unsigned long keylen, unsigned char *mac, unsigned long *maclen) int blake2bmac_file(const char *fname, const unsigned char *key, unsigned long keylen, unsigned char *mac, unsigned long *maclen)
{ {
#ifdef LTC_NO_FILE #ifdef LTC_NO_FILE
return CRYPT_NOP; return CRYPT_NOP;
#else #else
blake2bmac_state st; blake2bmac_state st;