1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-20 19:40:18 +02:00

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

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