Browse Source

[5077] reindent

Francis Dupont 8 years ago
parent
commit
751ef927e0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/http/post_request_json.h

+ 1 - 2
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) { };
 };