app: remove trailing spaces.

This commit is contained in:
Jehan 2016-01-08 20:49:33 +01:00
parent 3e18b3bbfb
commit d1939c63d4
1 changed files with 2 additions and 2 deletions

View File

@ -932,7 +932,7 @@ gimp_dockbook_add (GimpDockbook *dockbook,
dockable, dockable,
position); position);
gimp_dockbook_update_auto_tab_style (dockbook); gimp_dockbook_update_auto_tab_style (dockbook);
/* Create the new tab widget, it will get the correct tab style now */ /* Create the new tab widget, it will get the correct tab style now */
tab_widget = gimp_dockbook_create_tab_widget (dockbook, dockable); tab_widget = gimp_dockbook_create_tab_widget (dockbook, dockable);
@ -1671,5 +1671,5 @@ static const gchar *
gimp_dockbook_get_tab_style_name (GimpTabStyle tab_style) gimp_dockbook_get_tab_style_name (GimpTabStyle tab_style)
{ {
return g_enum_get_value (g_type_class_peek (GIMP_TYPE_TAB_STYLE), return g_enum_get_value (g_type_class_peek (GIMP_TYPE_TAB_STYLE),
tab_style)->value_name; tab_style)->value_name;
} }