diff options
author | rbuj <[email protected]> | 2020-08-04 10:35:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-04 12:01:08 +0200 |
commit | 3eba728faa6eb3ab6b80080c51c9a7621a9ac396 (patch) | |
tree | 3af8eca5224480cec25faeebd35158addb106b24 | |
parent | c1d31a5b4b09fbccad8c3a51d26cd87b76dedd65 (diff) | |
download | eom-3eba728faa6eb3ab6b80080c51c9a7621a9ac396.tar.bz2 eom-3eba728faa6eb3ab6b80080c51c9a7621a9ac396.tar.xz |
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*$//' {} \;
-rw-r--r-- | cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |