mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 10:25:21 +02: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;
|
||||
ret.reserve(data_size * 2);
|
||||
|
||||
|
||||
char buf2[3];
|
||||
buf2[2] = '\0';
|
||||
|
||||
|
Reference in New Issue
Block a user