mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
util/hex.h: Remove whitespace-only line (#8460)
This commit is contained in:
@ -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';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user