clang-format: format all code as Cpp11

This commit is contained in:
Daniel Pfeifer
2017-08-25 23:25:09 +02:00
committed by Brad King
parent 82d9bbf2b7
commit 2b4c32c95f
52 changed files with 117 additions and 136 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ private:
const cmGeneratorExpressionDAGChecker* const Parent;
const std::string Target;
const std::string Property;
std::map<std::string, std::set<std::string> > Seen;
std::map<std::string, std::set<std::string>> Seen;
const GeneratorExpressionContent* const Content;
const cmListFileBacktrace Backtrace;
Result CheckResult;