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