From 8306f7d2e201f7b7ff5d6d469abf31bff148286d Mon Sep 17 00:00:00 2001 From: ANAND Date: Tue, 9 Apr 2019 00:10:02 +0530 Subject: [PATCH] util/hex.h: Remove whitespace-only line (#8460) --- src/util/hex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/hex.h b/src/util/hex.h index 31bcaa2ba..708f33024 100644 --- a/src/util/hex.h +++ b/src/util/hex.h @@ -27,7 +27,7 @@ static inline std::string hex_encode(const char *data, unsigned int data_size) { std::string ret; ret.reserve(data_size * 2); - + char buf2[3]; buf2[2] = '\0';