Apply clang-format later

This commit is contained in:
Martchus 2017-05-01 03:19:44 +02:00
parent 911026fb1c
commit bc306af88e
3 changed files with 8 additions and 4 deletions

3
.gitignore vendored
View File

@ -39,3 +39,6 @@ Makefile*
# documentation
/doc
# clang-format
/.clang-format

View File

@ -165,6 +165,7 @@ set(META_VERSION_PATCH 2)
set(META_PUBLIC_SHARED_LIB_DEPENDS c++utilities)
set(META_PUBLIC_STATIC_LIB_DEPENDS c++utilities_static)
set(META_PRIVATE_COMPILE_DEFINITIONS LEGACY_API)
set(META_NO_TIDY ON)
# find c++utilities
find_package(c++utilities 4.7.0 REQUIRED)

View File

@ -7,11 +7,11 @@
#include <c++utilities/application/global.h>
#ifdef TAG_PARSER_STATIC
# define TAG_PARSER_EXPORT
# define TAG_PARSER_IMPORT
#define TAG_PARSER_EXPORT
#define TAG_PARSER_IMPORT
#else
# define TAG_PARSER_EXPORT LIB_EXPORT
# define TAG_PARSER_IMPORT LIB_IMPORT
#define TAG_PARSER_EXPORT LIB_EXPORT
#define TAG_PARSER_IMPORT LIB_IMPORT
#endif
/*!