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/Uid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Uid.cpp') diff --git a/src/Uid.cpp b/src/Uid.cpp index 440dec4..6456dce 100644 --- a/src/Uid.cpp +++ b/src/Uid.cpp @@ -70,4 +70,4 @@ uint64_t Uid::GetValue() const return i; } -}; +} // namespace PList -- cgit v1.1-32-gdbae