entry: Trivial indentation fix

This commit is contained in:
Timm Bäder 2019-01-18 10:41:59 +01:00
parent a25d6b1dc7
commit 7c72712b0f

View File

@ -4474,7 +4474,7 @@ gtk_entry_real_insert_text (GtkEditable *editable,
end_change (GTK_ENTRY (editable));
if (n_inserted != n_chars)
gtk_widget_error_bell (GTK_WIDGET (editable));
gtk_widget_error_bell (GTK_WIDGET (editable));
*position += n_inserted;
}