shell: Fix an indentation issue ...
...pointed out by GCC's new -Wmisleading-indentation warning.
This commit is contained in:
parent
ce83f378a5
commit
57f9ffcaa7
@ -414,5 +414,5 @@ shell_app_system_search (const char *search_string)
|
||||
if (!g_utf8_validate (*ids, -1, NULL))
|
||||
**ids = '\0';
|
||||
|
||||
return results;
|
||||
return results;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user