shell: Fix coding style
This commit is contained in:
parent
30c7545ff3
commit
ce83f378a5
@ -406,13 +406,13 @@ shell_app_system_get_running (ShellAppSystem *self)
|
|||||||
char ***
|
char ***
|
||||||
shell_app_system_search (const char *search_string)
|
shell_app_system_search (const char *search_string)
|
||||||
{
|
{
|
||||||
char ***results = g_desktop_app_info_search (search_string);
|
char ***results = g_desktop_app_info_search (search_string);
|
||||||
char ***groups, **ids;
|
char ***groups, **ids;
|
||||||
|
|
||||||
for (groups = results; *groups; groups++)
|
for (groups = results; *groups; groups++)
|
||||||
for (ids = *groups; *ids; ids++)
|
for (ids = *groups; *ids; ids++)
|
||||||
if (!g_utf8_validate (*ids, -1, NULL))
|
if (!g_utf8_validate (*ids, -1, NULL))
|
||||||
**ids = '\0';
|
**ids = '\0';
|
||||||
|
|
||||||
return results;
|
return results;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user