diff mbox series

[2/2] util: Whitespace fixes

Message ID 20201224132312.156475-2-toertel@gmail.com
State Accepted
Headers show
Series [1/2] util: Fix CID 314958 | expand

Commit Message

Mark Jonas Dec. 24, 2020, 1:23 p.m. UTC
Signed-off-by: Mark Jonas <toertel@gmail.com>
---
 core/util.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/core/util.c b/core/util.c
index 7bc4c98..69d02c5 100644
--- a/core/util.c
+++ b/core/util.c
@@ -499,7 +499,7 @@  int IsValidHash(const unsigned char *hash)
 
 	for (i = 0; i < SHA256_HASH_LENGTH; i++) {
 		if (hash[i] != 0)
-			return 1;		
+			return 1;
 	}
 
 	return 0;
@@ -875,5 +875,3 @@  size_t snescape(char *dst, size_t n, const char *src)
 
 	return len;
 }
-
-