clang-tidy: add ending namespace comments

Found with google-readability-namespace-comments

Signed-off-by: Rosen Penev <[email protected]>
This commit is contained in:
Rosen Penev
2022-11-28 07:04:42 +01:00
committed by Urs Fleisch
parent c963d1189a
commit 4dc6bdcd28
121 changed files with 225 additions and 305 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ using namespace TagLib;
namespace
{
enum { MPCAPEIndex = 0, MPCID3v1Index = 1 };
}
} // namespace
class MPC::File::FilePrivate
{
+2 -2
View File
@@ -232,7 +232,7 @@ namespace TagLib {
class FilePrivate;
FilePrivate *d;
};
}
}
} // namespace MPC
} // namespace TagLib
#endif
+2 -2
View File
@@ -152,7 +152,7 @@ namespace TagLib {
class PropertiesPrivate;
PropertiesPrivate *d;
};
}
}
} // namespace MPC
} // namespace TagLib
#endif