From d47ee877be5d1175bdc36f2d87881ddaf875a8e9 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 01:56:42 +0300 Subject: Refactor http clients, fix webhook server, add more samples, change tabs to 4 spaces --- include/tgbot/tools/StringTools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/tgbot/tools') diff --git a/include/tgbot/tools/StringTools.h b/include/tgbot/tools/StringTools.h index 002757a..0f72045 100644 --- a/include/tgbot/tools/StringTools.h +++ b/include/tgbot/tools/StringTools.h @@ -82,9 +82,9 @@ std::string urlDecode(const std::string& value); * @return Array of substrings */ inline std::vector split(const std::string& str, char delimiter) { - std::vector result; - split(str, delimiter, result); - return result; + std::vector result; + split(str, delimiter, result); + return result; } } -- cgit v1.2.3