astyle formatting

This commit is contained in:
Daniel Marjamäki 2011-07-16 09:32:35 +02:00
parent 07a1222ac6
commit c299d02dba
1 changed files with 12 additions and 12 deletions

View File

@ -1594,7 +1594,7 @@ void Preprocessor::simplifyCondition(const std::map<std::string, std::string> &c
bool Preprocessor::match_cfg_def(const std::map<std::string, std::string> &cfg, std::string def)
{
/*
/*
std::cout << "cfg: \"";
for (std::map<std::string, std::string>::const_iterator it = cfg.begin(); it != cfg.end(); ++it)
{
@ -1605,7 +1605,7 @@ bool Preprocessor::match_cfg_def(const std::map<std::string, std::string> &cfg,
}
std::cout << "\" ";
std::cout << "def: \"" << def << "\"\n";
*/
*/
simplifyCondition(cfg, def, true);