mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gio: Fix formatting
This commit is contained in:
parent
5a83f384d1
commit
bfd7074dfc
@ -56,7 +56,7 @@ read_flatpak_info (void)
|
||||
shared = g_key_file_get_string_list (keyfile, "Context", "shared", NULL, NULL);
|
||||
if (shared)
|
||||
{
|
||||
network_available = g_strv_contains ((const char * const *)shared, "network");
|
||||
network_available = g_strv_contains ((const char *const *) shared, "network");
|
||||
g_strfreev (shared);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user