]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/convert_json.h
Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient
[dragonfireclient.git] / src / convert_json.h
index bf2ce2cb922ed163b658c3930d5ae47f5a865f24..d8825acdc167e95d9c2abbff679131cc7089e721 100644 (file)
@@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include <json/json.h>
 
-Json::Value fetchJsonValue(
-               const std::string &url, std::vector<std::string> *extra_headers);
+Json::Value fetchJsonValue(const std::string &url,
+               std::vector<std::string> *extra_headers);
 
 std::string fastWriteJson(const Json::Value &value);