app, plug-ins, libgimp*: clean out all remaining trailing spaces/tabs.

Rather than just discovering them by chance, a simple grep and some
search and replace are much more efficient! :-)
Cleaning only done on C and automake files.
This commit is contained in:
Jehan
2016-06-02 01:50:16 +02:00
parent 2781450c3b
commit 8a37c928eb
33 changed files with 15418 additions and 15429 deletions

View File

@ -266,7 +266,7 @@ object_draw(Object_t *obj, cairo_t *cr)
fg = &colors->normal_fg;
bg = &colors->normal_bg;
}
cairo_save (cr);
gdk_cairo_set_source_color (cr, bg);
obj->class->draw(obj, cr);