[gardening] Use consistent end of namespace comments

This commit is contained in:
practicalswift
2017-04-20 13:41:37 +02:00
parent 8b2a0b693f
commit 431e5a1440
30 changed files with 44 additions and 45 deletions

View File

@@ -215,7 +215,7 @@ namespace SourceKit {
void ASTUnit::performAsync(std::function<void()> Fn) {
Impl.Queue.dispatch(std::move(Fn));
}
}
} // namespace SourceKit
namespace {