mirror of
https://github.com/taglib/taglib.git
synced 2025-11-14 13:42:47 -05:00
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:
@ -45,7 +45,7 @@ using namespace TagLib;
|
||||
namespace
|
||||
{
|
||||
enum { WavAPEIndex, WavID3v1Index };
|
||||
}
|
||||
} // namespace
|
||||
|
||||
class WavPack::File::FilePrivate
|
||||
{
|
||||
|
||||
@ -217,7 +217,7 @@ namespace TagLib {
|
||||
class FilePrivate;
|
||||
FilePrivate *d;
|
||||
};
|
||||
}
|
||||
}
|
||||
} // namespace WavPack
|
||||
} // namespace TagLib
|
||||
|
||||
#endif
|
||||
|
||||
@ -143,7 +143,7 @@ namespace TagLib {
|
||||
class PropertiesPrivate;
|
||||
PropertiesPrivate *d;
|
||||
};
|
||||
}
|
||||
}
|
||||
} // namespace WavPack
|
||||
} // namespace TagLib
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user