gio: Fix formatting

This commit is contained in:
Robert Ancell 2022-11-01 10:20:11 +01:00 committed by Philip Withnall
parent 5a83f384d1
commit bfd7074dfc

View File

@ -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);
}