diff options
author | Brad King <brad.king@kitware.com> | 2016-06-29 13:10:29 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-06-29 13:10:29 (GMT) |
commit | 8d79375818efbaa06858a8e2d176ab8a251bef63 (patch) | |
tree | b5c2804112b156af227f4ce8107ef9682b5a89ee /Tests | |
parent | 5e2c63807278ca036da30ca718af9177b2a3340d (diff) | |
parent | a9252441b3c03572808b15155f31b4e60b150d0e (diff) | |
download | CMake-8d79375818efbaa06858a8e2d176ab8a251bef63.zip CMake-8d79375818efbaa06858a8e2d176ab8a251bef63.tar.gz CMake-8d79375818efbaa06858a8e2d176ab8a251bef63.tar.bz2 |
Merge topic 'GenerateExportHeader-custom-content'
a9252441 Tests: Run clang-format on GenerateExportHeader code
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Module/GenerateExportHeader/lib_shared_and_static/libshared_and_static.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Module/GenerateExportHeader/lib_shared_and_static/libshared_and_static.cpp b/Tests/Module/GenerateExportHeader/lib_shared_and_static/libshared_and_static.cpp index 83b8f98..846c207 100644 --- a/Tests/Module/GenerateExportHeader/lib_shared_and_static/libshared_and_static.cpp +++ b/Tests/Module/GenerateExportHeader/lib_shared_and_static/libshared_and_static.cpp @@ -2,7 +2,7 @@ #include "libshared_and_static.h" #ifndef MY_CUSTOM_CONTENT_ADDED -# error "MY_CUSTOM_CONTENT_ADDED not defined!" +#error "MY_CUSTOM_CONTENT_ADDED not defined!" #endif int LibsharedAndStatic::libshared_and_static() const |