mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -04:00
clang-tidy: add ending namespace comments
Found with google-readability-namespace-comments Signed-off-by: Rosen Penev <[email protected]>
This commit is contained in:
@@ -41,7 +41,7 @@ using namespace TagLib;
|
||||
namespace
|
||||
{
|
||||
enum { MPCAPEIndex = 0, MPCID3v1Index = 1 };
|
||||
}
|
||||
} // namespace
|
||||
|
||||
class MPC::File::FilePrivate
|
||||
{
|
||||
|
||||
@@ -232,7 +232,7 @@ namespace TagLib {
|
||||
class FilePrivate;
|
||||
FilePrivate *d;
|
||||
};
|
||||
}
|
||||
}
|
||||
} // namespace MPC
|
||||
} // namespace TagLib
|
||||
|
||||
#endif
|
||||
|
||||
@@ -152,7 +152,7 @@ namespace TagLib {
|
||||
class PropertiesPrivate;
|
||||
PropertiesPrivate *d;
|
||||
};
|
||||
}
|
||||
}
|
||||
} // namespace MPC
|
||||
} // namespace TagLib
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user