refactoring: run clang-format against code

This commit is contained in:
Evgeniy A. Dushistov
2020-08-14 12:36:02 +03:00
parent 79773d6af9
commit 7facbe215e
6 changed files with 17 additions and 16 deletions

View File

@@ -68,7 +68,7 @@ namespace glib
{
typedef ResourceWrapper<gchar, void, g_free> CharStr;
typedef ResourceWrapper<GError, GError, g_error_free> Error;
}
} // namespace glib
extern std::string utf8_to_locale_ign_err(const std::string &utf8_str);