diff options
author | cflip <cflip@cflip.net> | 2022-09-19 21:53:40 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-09-19 21:58:21 -0600 |
commit | 8ce7db9ba907ad4e826c826af898e1864f25f7bb (patch) | |
tree | 813b6862c25277856952f279f0614c0ce10d8053 /src/CGIScript.h | |
parent | bcea88142033f37bffeca4df096fb7795ebf7020 (diff) |
Add ClangTidy configuration and apply fixes
Diffstat (limited to 'src/CGIScript.h')
-rw-r--r-- | src/CGIScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |