]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5077] reindent
authorFrancis Dupont <fdupont@isc.org>
Thu, 15 Dec 2016 21:46:06 +0000 (22:46 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 15 Dec 2016 21:46:06 +0000 (22:46 +0100)
src/lib/http/post_request_json.h

index d0f2baec823f091cb1d236eab8b951cf90e519ce..a3f94ff879de47089c3b78fa3518b5036c30f653 100644 (file)
@@ -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) { };
 };