shell: Fix an indentation issue ...

...pointed out by GCC's new -Wmisleading-indentation warning.
This commit is contained in:
Florian Müllner 2016-02-09 19:10:03 +01:00
parent ce83f378a5
commit 57f9ffcaa7

View File

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