clang-tidy: add ending namespace comments

Found with llvm-namespace
This commit is contained in:
Rosen Penev 2023-08-15 14:42:30 -07:00 committed by Urs Fleisch
parent be8d71dad8
commit 8b7b48cc9b
2 changed files with 4 additions and 4 deletions

View File

@ -156,8 +156,8 @@ namespace TagLib {
namespace Ogg {
namespace Vorbis {
using File = TagLib::Vorbis::File;
}
}
} // namespace Vorbis
} // namespace Ogg
#endif
} // namespace TagLib

View File

@ -140,8 +140,8 @@ namespace TagLib {
namespace Ogg {
namespace Vorbis {
using Properties = TagLib::Vorbis::Properties;
}
}
} // namespace Vorbis
} // namespace Ogg
#endif
} // namespace TagLib