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:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user