mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-28 11:48:36 -06:00
STYLE: Fix style checker
This commit is contained in:
@@ -27,9 +27,10 @@
|
||||
|
||||
#define cmCPackLogger(logType, msg) \
|
||||
do { \
|
||||
cmOStringStream cmCPackLog_msg; \
|
||||
cmCPackLog_msg << msg; \
|
||||
this->Logger->Log(logType, __FILE__, __LINE__, cmCPackLog_msg.str().c_str());\
|
||||
cmOStringStream cmCPackLog_msg; \
|
||||
cmCPackLog_msg << msg; \
|
||||
this->Logger->Log(logType, __FILE__, __LINE__,\
|
||||
cmCPackLog_msg.str().c_str());\
|
||||
} while ( 0 )
|
||||
|
||||
#ifdef cerr
|
||||
|
||||
Reference in New Issue
Block a user