mirror of
https://github.com/taglib/taglib.git
synced 2025-11-12 04:36:19 -05:00
clang-tidy: add ending namespace comments
Found with llvm-namespace
This commit is contained in:
@ -156,8 +156,8 @@ namespace TagLib {
|
||||
namespace Ogg {
|
||||
namespace Vorbis {
|
||||
using File = TagLib::Vorbis::File;
|
||||
}
|
||||
}
|
||||
} // namespace Vorbis
|
||||
} // namespace Ogg
|
||||
#endif
|
||||
|
||||
} // namespace TagLib
|
||||
|
||||
@ -140,8 +140,8 @@ namespace TagLib {
|
||||
namespace Ogg {
|
||||
namespace Vorbis {
|
||||
using Properties = TagLib::Vorbis::Properties;
|
||||
}
|
||||
}
|
||||
} // namespace Vorbis
|
||||
} // namespace Ogg
|
||||
#endif
|
||||
|
||||
} // namespace TagLib
|
||||
|
||||
Reference in New Issue
Block a user