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
2021-06-21 06:49:32 +02:00
committed by Urs Fleisch
parent b77e828d4b
commit 38d1d4c21c
25 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ namespace
{
return String(s, unicodeStrings ? String::UTF8 : String::Latin1);
}
}
} // namespace
void taglib_set_strings_unicode(BOOL unicode)
{