summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/ASTVector.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/ASTVector.h')
-rw-r--r--include/clang/AST/ASTVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/ASTVector.h b/include/clang/AST/ASTVector.h
index cddb766a3b..6ec054582e 100644
--- a/include/clang/AST/ASTVector.h
+++ b/include/clang/AST/ASTVector.h
@@ -400,5 +400,5 @@ void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) {
Capacity.setPointer(Begin+NewCapacity);
}
-} // namespace clang
+} // end: clang namespace
#endif