From 4ff49156dad7cbeccc3f618e183102c5a2d58b06 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 28 May 2020 12:02:22 +0200 Subject: [PATCH] Apply clang-format --- CMakeLists.txt | 2 +- generator/codefactory.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da39380..d6a86f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(META_APP_CATEGORIES "Utility;") set(META_GUI_OPTIONAL false) set(META_VERSION_MAJOR 0) set(META_VERSION_MINOR 0) -set(META_VERSION_PATCH 14) +set(META_VERSION_PATCH 15) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) set(META_CXX_STANDARD 17) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) diff --git a/generator/codefactory.cpp b/generator/codefactory.cpp index 45e8f00..e947095 100644 --- a/generator/codefactory.cpp +++ b/generator/codefactory.cpp @@ -1,5 +1,5 @@ -#include "./clangversionabstraction.h" #include "./codefactory.h" +#include "./clangversionabstraction.h" #include "./frontendaction.h" #include