浏览代码

Merge topic 'GenerateExportHeader-custom-content'

a9252441 Tests: Run clang-format on GenerateExportHeader code
Brad King 9 年之前
父节点
当前提交
8d79375818
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tests/Module/GenerateExportHeader/lib_shared_and_static/libshared_and_static.cpp

+ 1 - 1
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