Add ending namespace comments (#1108)

Found with google-readability-namespace-comments

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2023-08-07 18:44:11 -07:00 committed by GitHub
parent 185bb7042e
commit f2d0e664e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ namespace
return new MP4::File(s);
}
};
}
} // namespace
class TestFileRef : public CppUnit::TestFixture
{

View File

@ -120,7 +120,7 @@ namespace TagLib {
return String(text);
}
}
} // namespace TagLib
#endif