[gardening] Add a bunch of end namespace comments found by clang-tidy.

This commit is contained in:
Michael Gottesman
2016-12-06 19:22:52 -08:00
parent a9f737c7c7
commit 1af1cbfb76
30 changed files with 36 additions and 36 deletions

View File

@@ -996,7 +996,7 @@ static bool isVacuousPreposition(StringRef beforePreposition,
namespace {
typedef std::reverse_iterator<camel_case::WordIterator> ReverseWordIterator;
}
} // end anonymous namespace
/// Find the last preposition in the given word.
static ReverseWordIterator findLastPreposition(ReverseWordIterator first,