diff options
author | cflip <cflip@cflip.net> | 2022-09-19 21:46:12 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-09-19 21:46:12 -0600 |
commit | bcea88142033f37bffeca4df096fb7795ebf7020 (patch) | |
tree | d1f990532092327c3269ac3bed86eec6061a3067 /src/CGIScript.cpp | |
parent | b8766fcef6dcc40bd46584015375ea76518c6201 (diff) |
Add ClangFormat configuration and reformat files
Diffstat (limited to 'src/CGIScript.cpp')
-rw-r--r-- | src/CGIScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CGIScript.cpp b/src/CGIScript.cpp index c630459..a29f1eb 100644 --- a/src/CGIScript.cpp +++ b/src/CGIScript.cpp @@ -1,8 +1,8 @@ #include "CGIScript.h" #include <cstdlib> -#include <string> #include <sstream> +#include <string> CGIScript::CGIScript(const std::string& script_path) : m_script_path(script_path) |