Apply clang-format

This commit is contained in:
Martchus 2020-05-28 12:02:22 +02:00
parent 18716b17be
commit 4ff49156da
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1,5 +1,5 @@
#include "./clangversionabstraction.h"
#include "./codefactory.h"
#include "./clangversionabstraction.h"
#include "./frontendaction.h"
#include <clang/Basic/FileManager.h>