mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Normalize end-of-namespace comments
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user