mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
util/hex.h: Remove whitespace-only line (#8460)
This commit is contained in:
parent
0cc85a7dc6
commit
8306f7d2e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue