app: indentation fix in gimppluginmanager-restore.c

This commit is contained in:
Ell 2018-07-17 03:17:32 -04:00
parent 0320126254
commit bfc2681753
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,7 @@ gimp_plug_in_manager_file_proc_compare (gconstpointer a,
gboolean display = GPOINTER_TO_INT (data);
const gchar *label_a;
const gchar *label_b;
gint retval = 0;
gint retval = 0;
if (g_str_has_prefix (gimp_file_get_utf8_name (proc_a->file),
"gimp-xcf"))