From c299d02dba7ca443871c02d86e43d01895cbea9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 16 Jul 2011 09:32:35 +0200 Subject: [PATCH] astyle formatting --- lib/preprocessor.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/preprocessor.cpp b/lib/preprocessor.cpp index 278b8196f..c17e21298 100644 --- a/lib/preprocessor.cpp +++ b/lib/preprocessor.cpp @@ -1594,18 +1594,18 @@ void Preprocessor::simplifyCondition(const std::map &c bool Preprocessor::match_cfg_def(const std::map &cfg, std::string def) { -/* - std::cout << "cfg: \""; - for (std::map::const_iterator it = cfg.begin(); it != cfg.end(); ++it) - { - std::cout << it->first; - if (!it->second.empty()) - std::cout << "=" << it->second; - std::cout << ";"; - } - std::cout << "\" "; - std::cout << "def: \"" << def << "\"\n"; -*/ + /* + std::cout << "cfg: \""; + for (std::map::const_iterator it = cfg.begin(); it != cfg.end(); ++it) + { + std::cout << it->first; + if (!it->second.empty()) + std::cout << "=" << it->second; + std::cout << ";"; + } + std::cout << "\" "; + std::cout << "def: \"" << def << "\"\n"; + */ simplifyCondition(cfg, def, true);