mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01: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;
|
||||
}
|
||||
|
||||
conv->iconv =
|
||||
g_iconv_open (conv->to, conv->from);
|
||||
conv->iconv = g_iconv_open (conv->to, conv->from);
|
||||
|
||||
if (conv->iconv == (GIConv)-1)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user