clang-tidy: use concat namespaces

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2022-03-04 00:22:47 -08:00
parent 118aa78aa0
commit a5c094b85f
23 changed files with 96 additions and 147 deletions
+2 -4
View File
@@ -19,8 +19,7 @@
// *****************************************************************************
// class member definitions
namespace Exiv2 {
namespace Internal {
namespace Exiv2::Internal {
//! OffOn, multiple tags
constexpr TagDetails olympusOffOn[] = {
@@ -1666,5 +1665,4 @@ value, const ExifData* metadata)
return os << v;
} // OlympusMakerNote::print0x0308
} // namespace Internal
} // namespace Exiv2
} // namespace Exiv2::Internal