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/Date.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Date.cpp') diff --git a/src/Date.cpp b/src/Date.cpp index 4b5e0a1..87e8a50 100644 --- a/src/Date.cpp +++ b/src/Date.cpp @@ -73,4 +73,4 @@ timeval Date::GetValue() const return t; } -}; +} // namespace PList -- cgit v1.1-32-gdbae