Parcourir la source

[5077] reindent

Francis Dupont il y a 8 ans
Parent
commit
751ef927e0
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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) { };
 };