Cleaned up whitespace.

This commit is contained in:
tastytea 2019-03-30 22:14:58 +01:00
parent 43fd2aae6e
commit 57ec1fd23a
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/* This file is part of mastodon-cpp. /* This file is part of mastodon-cpp.
* Copyright © 2018, 2019 tastytea <tastytea@tastytea.de> * Copyright © 2018, 2019 tastytea <tastytea@tastytea.de>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3. * the Free Software Foundation, version 3.
@ -57,7 +57,7 @@ return_call API::http::request(const method &meth,
string answer; string answer;
ttdebug << "Path is: " << path << '\n'; ttdebug << "Path is: " << path << '\n';
try try
{ {
curlpp::Easy request; curlpp::Easy request;
@ -123,7 +123,7 @@ return_call API::http::request(const method &meth,
default: default:
break; break;
} }
//request.setOpt<curlopts::Verbose>(true); //request.setOpt<curlopts::Verbose>(true);
answer.clear(); answer.clear();