Browse Source

indentation

Karel Miko 8 years ago
parent
commit
0f0f1e40be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mac/blake2/blake2bmac_file.c

+ 1 - 1
src/mac/blake2/blake2bmac_file.c

@@ -22,7 +22,7 @@
 */
 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;
 #else
    blake2bmac_state st;