From 7c69e03ba2fb07ccac0b088331dae02216d37cba Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 30 May 2020 20:06:00 -0700 Subject: c++: Add closing namespace comment [clang-tidy] Found with google-readability-namespace-comments Signed-off-by: Rosen Penev --- src/Key.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Key.cpp') diff --git a/src/Key.cpp b/src/Key.cpp index ed0c0c6..2e92f20 100644 --- a/src/Key.cpp +++ b/src/Key.cpp @@ -77,4 +77,4 @@ std::string Key::GetValue() const return ret; } -}; +} // namespace PList -- cgit v1.1-32-gdbae