mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
clang-tidy: add ending namespace comments
Found with llvm-namespace
This commit is contained in:
parent
be8d71dad8
commit
8b7b48cc9b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user