Skip to content

Commit 8306f7d

Browse files
ClobberXDparamat
authored andcommittedApr 8, 2019
util/hex.h: Remove whitespace-only line (#8460)
1 parent 0cc85a7 commit 8306f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/util/hex.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static inline std::string hex_encode(const char *data, unsigned int data_size)
2727
{
2828
std::string ret;
2929
ret.reserve(data_size * 2);
30-
30+
3131
char buf2[3];
3232
buf2[2] = '\0';
3333

0 commit comments

Comments
 (0)
Please sign in to comment.