util/hex.h: Remove whitespace-only line (#8460)

This commit is contained in:
ANAND 2019-04-09 00:10:02 +05:30 committed by Paramat
parent 0cc85a7dc6
commit 8306f7d2e2
1 changed files with 1 additions and 1 deletions

View File

@ -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';