From 898e9492f79a7ad3bd6e53f3891eea214f929837 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Sat, 24 Apr 2021 16:04:35 -0700 Subject: [PATCH] Base: clang-format the cpp-gui template project. I noticed this was miss-formated when fixing up the clang-format error in a different PR. I just ran `pre-commit run --all-files` --- Base/res/devel/templates/cpp-gui/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Base/res/devel/templates/cpp-gui/main.cpp b/Base/res/devel/templates/cpp-gui/main.cpp index 35629bc8d3..fd17efddf4 100644 --- a/Base/res/devel/templates/cpp-gui/main.cpp +++ b/Base/res/devel/templates/cpp-gui/main.cpp @@ -1,8 +1,8 @@ -#include #include -#include #include #include +#include +#include int main(int argc, char** argv) {