From bcea88142033f37bffeca4df096fb7795ebf7020 Mon Sep 17 00:00:00 2001 From: cflip Date: Mon, 19 Sep 2022 21:46:12 -0600 Subject: Add ClangFormat configuration and reformat files --- src/HttpResponse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/HttpResponse.h') diff --git a/src/HttpResponse.h b/src/HttpResponse.h index 61b5ea4..b55e01a 100644 --- a/src/HttpResponse.h +++ b/src/HttpResponse.h @@ -22,6 +22,7 @@ public: void add_headers_and_content(const std::string&); std::string to_string() const; + private: HttpStatusCode m_status_code; std::map m_headers; -- cgit v1.2.3