diff options
Diffstat (limited to 'llvm/tools/llvm-mca/View.h')
-rw-r--r-- | llvm/tools/llvm-mca/View.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/tools/llvm-mca/View.h b/llvm/tools/llvm-mca/View.h index e5d22866eb7..9ba94a5da97 100644 --- a/llvm/tools/llvm-mca/View.h +++ b/llvm/tools/llvm-mca/View.h @@ -27,7 +27,6 @@ public: virtual ~View() = default; void anchor() override; }; - -} +} // namespace mca #endif |