mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gio: Fix formatting
This commit is contained in:
committed by
Philip Withnall
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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user