From: David Stenberg Date: Thu, 13 Jun 2019 14:02:55 +0000 (+0000) Subject: Remove ';' after namespace's closing bracket [NFC] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26f45ec9741db88b3dfee99bff7f0a625b800521;p=llvm Remove ';' after namespace's closing bracket [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363267 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LiveDebugValues.cpp b/lib/CodeGen/LiveDebugValues.cpp index 47a952ca7de..5eb244080f1 100644 --- a/lib/CodeGen/LiveDebugValues.cpp +++ b/lib/CodeGen/LiveDebugValues.cpp @@ -424,7 +424,7 @@ template <> struct DenseMapInfo { static bool isEqual(const DV &A, const DV &B) { return A == B; } }; -}; // namespace llvm +} // namespace llvm //===----------------------------------------------------------------------===// // Implementation