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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CGIScript.cpp') 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 -#include #include +#include CGIScript::CGIScript(const std::string& script_path) : m_script_path(script_path) -- cgit v1.2.3