1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

app: minor indentation cleanup.

This commit is contained in:
Jehan
2025-09-26 23:30:37 +02:00
parent f50145c155
commit 24c8f86c85

View File

@@ -222,7 +222,7 @@ gimp_palette_view_button_press (GtkWidget *widget,
gimp_palette_view_select_entry (view, entry);
/* Usually the menu is provided by a GimpEditor.
* Make sure it's also run by returning FALSE here */
* Make sure it's also run by returning FALSE here */
return FALSE;
}
else if (bevent->button == 1)