diff options
author | Daniel Boles <dboles@src.gnome.org> | 2016-12-01 12:58:29 +0000 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2016-12-01 12:59:46 +0000 |
commit | 975a3fa4aabcb0c2514e955e61780c8cec4a93f5 (patch) | |
tree | 97a2e1ca7f4ff0d68a5dc08a483943b6d98f8c5b /gtk/gtkcombobox.c | |
parent | e723fd6a238d52f9c458e8d442f2327644ab5016 (diff) | |
download | gtk+-975a3fa4aabcb0c2514e955e61780c8cec4a93f5.tar.gz |
ComboBox: Fix the whitespace fix
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r-- | gtk/gtkcombobox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 3dff9f810f..fdf975afac 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -3420,8 +3420,8 @@ gtk_combo_box_format_entry_text (GtkComboBox *combo_box, gtk_tree_model_get_iter_from_string (model, &iter, path); gtk_tree_model_get (model, &iter, - priv->text_column, &text, - -1); + priv->text_column, &text, + -1); } return text; |