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
2 changed files with 2 additions and 2 deletions

View File

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