[gardening] Normalize end-of-namespace comments

This commit is contained in:
practicalswift
2016-12-17 22:23:49 +01:00
parent 268c2b668d
commit 9d0b2abfc2
37 changed files with 50 additions and 47 deletions

View File

@@ -58,7 +58,7 @@ struct QuotedString {
explicit QuotedString(std::string Value) : Value(Value) {}
};
} // end anonymous namespace.
} // end anonymous namespace
static DemanglerPrinter &operator<<(DemanglerPrinter &printer,
const QuotedString &QS) {