mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Add ending namespace comments (#1108)
Found with google-readability-namespace-comments Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
185bb7042e
commit
f2d0e664e7
@ -74,7 +74,7 @@ namespace
|
||||
return new MP4::File(s);
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace
|
||||
|
||||
class TestFileRef : public CppUnit::TestFixture
|
||||
{
|
||||
|
@ -120,7 +120,7 @@ namespace TagLib {
|
||||
|
||||
return String(text);
|
||||
}
|
||||
}
|
||||
} // namespace TagLib
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user