mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-03 12:36:53 +02:00
Trivial formatting fixes
This commit is contained in:
parent
6c75ba2b90
commit
62b28546af
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user