diff options
author | Brad King <brad.king@kitware.com> | 2016-06-29 13:09:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-29 13:09:54 (GMT) |
commit | a9252441b3c03572808b15155f31b4e60b150d0e (patch) | |
tree | c09d96e5e3645428481fade7e3f8e7b9703ec90f /Tests/Module | |
parent | 843402b04a72ec1f99f0f712c4eb73abbcb67cba (diff) | |
download | CMake-a9252441b3c03572808b15155f31b4e60b150d0e.zip CMake-a9252441b3c03572808b15155f31b4e60b150d0e.tar.gz CMake-a9252441b3c03572808b15155f31b4e60b150d0e.tar.bz2 |
Tests: Run clang-format on GenerateExportHeader code
Diffstat (limited to 'Tests/Module')
-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 |