clang-tidy: add ending namespace comments

Found with google-readability-namespace-comments

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2021-06-16 18:36:36 -07:00
committed by Urs Fleisch
parent b77e828d4b
commit 38d1d4c21c
25 changed files with 30 additions and 30 deletions

View File

@ -44,7 +44,7 @@ namespace
else
return page->firstPacketIndex() + page->packetCount() - 1;
}
}
} // namespace
class Ogg::File::FilePrivate
{