diff libtomcrypt/src/hashes/helper/hash_file.c @ 1710:1ff2a1034c52

Fix whitespace changes vs upstream libtomcrypt
author Matt Johnston <matt@ucc.asn.au>
date Wed, 10 Jun 2020 23:01:33 +0800
parents 6dba84798cd5
children
line wrap: on
line diff
--- a/libtomcrypt/src/hashes/helper/hash_file.c	Sun May 31 21:10:43 2020 +0500
+++ b/libtomcrypt/src/hashes/helper/hash_file.c	Wed Jun 10 23:01:33 2020 +0800
@@ -9,7 +9,7 @@
 #include "tomcrypt.h"
 
 #ifndef LTC_NO_FILE
-/** 
+/**
   @file hash_file.c
   Hash a file, Tom St Denis
 */
@@ -34,7 +34,7 @@
     }
 
     in = fopen(fname, "rb");
-    if (in == NULL) { 
+    if (in == NULL) {
        return CRYPT_FILE_NOTFOUND;
     }