NOOP: remove whitespace

This commit is contained in:
Paul Davis 2020-06-10 14:39:02 -06:00
parent b1a6982064
commit ba3515e619
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ Fill::setup_fill_context (Cairo::RefPtr<Cairo::Context> context) const
if (_pattern) {
context->set_source (_pattern);
} else {
Gtkmm2ext::set_source_rgba (context, _fill_color);
Gtkmm2ext::set_source_rgba (context, _fill_color);
}
}