STYLE: Fix style checker

This commit is contained in:
Andy Cedilnik 2006-03-13 16:45:21 -05:00
parent b4654c2d3a
commit 983ed68f2e
1 changed files with 4 additions and 3 deletions

View File

@ -27,9 +27,10 @@
#define cmCPackLogger(logType, msg) \ #define cmCPackLogger(logType, msg) \
do { \ do { \
cmOStringStream cmCPackLog_msg; \ cmOStringStream cmCPackLog_msg; \
cmCPackLog_msg << msg; \ cmCPackLog_msg << msg; \
this->Logger->Log(logType, __FILE__, __LINE__, cmCPackLog_msg.str().c_str());\ this->Logger->Log(logType, __FILE__, __LINE__,\
cmCPackLog_msg.str().c_str());\
} while ( 0 ) } while ( 0 )
#ifdef cerr #ifdef cerr