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

@ -29,7 +29,8 @@
do { \
cmOStringStream cmCPackLog_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 )
#ifdef cerr