From 40b80833a4ad37c2c6bb6fbd7ed33a0ae519ba79 Mon Sep 17 00:00:00 2001 From: Norbert Wenzel Date: Mon, 19 Mar 2018 15:31:07 +0100 Subject: [PATCH] Remove semicolon after namespace closing brace (#1854) --- plugins/mbio/io/MbError.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mbio/io/MbError.hpp b/plugins/mbio/io/MbError.hpp index bbf5d4ece3..2f3343c76b 100644 --- a/plugins/mbio/io/MbError.hpp +++ b/plugins/mbio/io/MbError.hpp @@ -43,6 +43,6 @@ namespace MbError { std::string text(int errorCode); -}; +} } // namespace pdal