Explorar el Código

Merge topic 'GenerateExportHeader-custom-content'

a9252441 Tests: Run clang-format on GenerateExportHeader code
Brad King hace 9 años
padre
commit
8d79375818

+ 1 - 1
Tests/Module/GenerateExportHeader/lib_shared_and_static/libshared_and_static.cpp

@@ -2,7 +2,7 @@
 #include "libshared_and_static.h"
 #include "libshared_and_static.h"
 
 
 #ifndef MY_CUSTOM_CONTENT_ADDED
 #ifndef MY_CUSTOM_CONTENT_ADDED
-# error "MY_CUSTOM_CONTENT_ADDED not defined!"
+#error "MY_CUSTOM_CONTENT_ADDED not defined!"
 #endif
 #endif
 
 
 int LibsharedAndStatic::libshared_and_static() const
 int LibsharedAndStatic::libshared_and_static() const