mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
Trivial formatting fixes
This commit is contained in:
@@ -447,8 +447,7 @@ g_charset_converter_initable_init (GInitable *initable,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
conv->iconv =
|
||||
g_iconv_open (conv->to, conv->from);
|
||||
conv->iconv = g_iconv_open (conv->to, conv->from);
|
||||
|
||||
if (conv->iconv == (GIConv)-1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user