From: Francis Dupont Date: Thu, 15 Dec 2016 21:46:06 +0000 (+0100) Subject: [5077] reindent X-Git-Tag: trac5088_base~5^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=751ef927e00b141fdda19dde5936b09994b1ce9e;p=thirdparty%2Fkea.git [5077] reindent --- diff --git a/src/lib/http/post_request_json.h b/src/lib/http/post_request_json.h index d0f2baec82..a3f94ff879 100644 --- a/src/lib/http/post_request_json.h +++ b/src/lib/http/post_request_json.h @@ -18,8 +18,7 @@ namespace http { /// @brief Exception thrown when body of the HTTP message is not JSON. class HttpRequestJsonError : public HttpRequestError { public: - HttpRequestJsonError(const char* file, size_t line, - const char* what) : + HttpRequestJsonError(const char* file, size_t line, const char* what) : HttpRequestError(file, line, what) { }; };