Skip to content

Commit

Permalink
util/hex.h: Remove whitespace-only line (#8460)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClobberXD authored and paramat committed Apr 8, 2019
1 parent 0cc85a7 commit 8306f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/hex.h
Expand Up @@ -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';

Expand Down

0 comments on commit 8306f7d

Please sign in to comment.