diff options
-rw-r--r-- | llvm/include/llvm/ADT/MapVector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/MapVector.h b/llvm/include/llvm/ADT/MapVector.h index 2eae22c5665..a89f4a76e44 100644 --- a/llvm/include/llvm/ADT/MapVector.h +++ b/llvm/include/llvm/ADT/MapVector.h @@ -134,6 +134,6 @@ public: } }; -} +} // end namespace llvm #endif |