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/CGIScript.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CGIScript.h') diff --git a/src/CGIScript.h b/src/CGIScript.h index 622206d..5a7f46e 100644 --- a/src/CGIScript.h +++ b/src/CGIScript.h @@ -13,10 +13,11 @@ public: bool open(); std::string read_output(); + private: FILE* m_pipe; const std::string& m_script_path; - bool m_is_open{false}; + bool m_is_open { false }; std::vector m_environment_variables; }; -- cgit v1.2.3