diff options
author | Rosen Penev | 2020-05-30 20:06:00 -0700 |
---|---|---|
committer | Nikias Bassen | 2020-06-03 19:59:23 +0200 |
commit | 7c69e03ba2fb07ccac0b088331dae02216d37cba (patch) | |
tree | 0ee2e495c9f8b5dafcbf84a1fa3f5723101dbdcd /src/Integer.cpp | |
parent | 68dc3f56426d16a856d82a9a5b5c000c915d87ac (diff) | |
download | libplist-7c69e03ba2fb07ccac0b088331dae02216d37cba.tar.gz libplist-7c69e03ba2fb07ccac0b088331dae02216d37cba.tar.bz2 |
c++: Add closing namespace comment
[clang-tidy] Found with google-readability-namespace-comments
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'src/Integer.cpp')
-rw-r--r-- | src/Integer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Integer.cpp b/src/Integer.cpp index 04315d7..e357f72 100644 --- a/src/Integer.cpp +++ b/src/Integer.cpp @@ -70,4 +70,4 @@ uint64_t Integer::GetValue() const return i; } -}; +} // namespace PList |