summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-06-29 13:09:54 (GMT)
committerBrad King <brad.king@kitware.com>2016-06-29 13:09:54 (GMT)
commita9252441b3c03572808b15155f31b4e60b150d0e (patch)
treec09d96e5e3645428481fade7e3f8e7b9703ec90f
parent843402b04a72ec1f99f0f712c4eb73abbcb67cba (diff)
downloadCMake-a9252441b3c03572808b15155f31b4e60b150d0e.zip
CMake-a9252441b3c03572808b15155f31b4e60b150d0e.tar.gz
CMake-a9252441b3c03572808b15155f31b4e60b150d0e.tar.bz2
Tests: Run clang-format on GenerateExportHeader code
-rw-r--r--Tests/Module/GenerateExportHeader/lib_shared_and_static/libshared_and_static.cpp2
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