util/hex.h: Remove whitespace-only line (#8460)
parent
0cc85a7dc6
commit
8306f7d2e2
|
@ -27,7 +27,7 @@ static inline std::string hex_encode(const char *data, unsigned int data_size)
|
||||||
{
|
{
|
||||||
std::string ret;
|
std::string ret;
|
||||||
ret.reserve(data_size * 2);
|
ret.reserve(data_size * 2);
|
||||||
|
|
||||||
char buf2[3];
|
char buf2[3];
|
||||||
buf2[2] = '\0';
|
buf2[2] = '\0';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue