From 57ec1fd23ae4b8a95d1c51b7dce03d36b8770274 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 30 Mar 2019 22:14:58 +0100 Subject: [PATCH] Cleaned up whitespace. --- src/http.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/http.cpp b/src/http.cpp index e05b1a3..0c69d42 100644 --- a/src/http.cpp +++ b/src/http.cpp @@ -1,6 +1,6 @@ /* This file is part of mastodon-cpp. * Copyright © 2018, 2019 tastytea - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version 3. @@ -57,7 +57,7 @@ return_call API::http::request(const method &meth, string answer; ttdebug << "Path is: " << path << '\n'; - + try { curlpp::Easy request; @@ -123,7 +123,7 @@ return_call API::http::request(const method &meth, default: break; } - + //request.setOpt(true); answer.clear();