From 8ce7db9ba907ad4e826c826af898e1864f25f7bb Mon Sep 17 00:00:00 2001 From: cflip Date: Mon, 19 Sep 2022 21:53:40 -0600 Subject: Add ClangTidy configuration and apply fixes --- src/CGIScript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CGIScript.h') diff --git a/src/CGIScript.h b/src/CGIScript.h index 5a7f46e..a3e40fd 100644 --- a/src/CGIScript.h +++ b/src/CGIScript.h @@ -15,7 +15,7 @@ public: std::string read_output(); private: - FILE* m_pipe; + FILE* m_pipe {}; const std::string& m_script_path; bool m_is_open { false }; -- cgit v1.2.3