mirror of https://github.com/GNOME/gimp.git
app: fix minor indentation bugs.
This commit is contained in:
parent
6ed9b2bb7a
commit
dd705e21c0
|
@ -1509,9 +1509,9 @@ gimp_container_tree_view_drag_pixbuf (GtkWidget *widget,
|
|||
|
||||
static gboolean
|
||||
gimp_container_tree_view_get_selected_single (GimpContainerTreeView *tree_view,
|
||||
GtkTreeIter *iter)
|
||||
GtkTreeIter *iter)
|
||||
{
|
||||
GtkTreeSelection *selection;
|
||||
GtkTreeSelection *selection;
|
||||
|
||||
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (tree_view->view));
|
||||
|
||||
|
|
Loading…
Reference in New Issue