From: ANAND Date: Mon, 8 Apr 2019 18:40:02 +0000 (+0530) Subject: util/hex.h: Remove whitespace-only line (#8460) X-Git-Tag: 5.1.0~245 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8306f7d2e201f7b7ff5d6d469abf31bff148286d;p=oweals%2Fminetest.git util/hex.h: Remove whitespace-only line (#8460) --- diff --git a/src/util/hex.h b/src/util/hex.h index 31bcaa2ba..708f33024 100644 --- a/src/util/hex.h +++ b/src/util/hex.h @@ -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';