From 3eba728faa6eb3ab6b80080c51c9a7621a9ac396 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 4 Aug 2020 10:35:05 +0200 Subject: egg-editable-toolbar: Remove trailing spaces/tabs find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; --- cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cut-n-paste') diff --git a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c index c059ee5..2c834c9 100644 --- a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c +++ b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c @@ -959,7 +959,7 @@ toolbar_visibility_refresh (EggEditableToolbar *etoolbar) etoolbar, 0); G_GNUC_BEGIN_IGNORE_DEPRECATIONS; gtk_action_group_add_action (priv->actions, GTK_ACTION (action)); - G_GNUC_END_IGNORE_DEPRECATIONS; + G_GNUC_END_IGNORE_DEPRECATIONS; } else { -- cgit v1.2.1