[gardening] Fix end of namespace comments

This commit is contained in:
practicalswift
2017-04-20 22:01:01 +02:00
parent c79af78a7f
commit 797c2d8118
27 changed files with 40 additions and 40 deletions

View File

@@ -223,7 +223,7 @@ public:
}
};
} // namespace
} // end anonymous namespace
static bool makeParserAST(CompilerInstance &CI, StringRef Text) {
CompilerInvocation Invocation;