render: Remove trailing white space

This commit is contained in:
Guido Günther
2019-07-11 11:32:46 +02:00
parent 0fc4374193
commit 3a945535f7

View File

@ -459,7 +459,8 @@ render_key (EekRenderer *self,
if (!outline_surface) {
cairo_t *cr;
// Outline will be drawn on the outside of the button, so the surface needs to be bigger than the button
// Outline will be drawn on the outside of the button, so the
// surface needs to be bigger than the button
outline_surface =
cairo_image_surface_create (CAIRO_FORMAT_ARGB32,
(int)ceil(bounds.width) + 10,
@ -491,6 +492,7 @@ render_key (EekRenderer *self,
return;
if (eek_symbol_get_icon_name (symbol)) {
cairo_surface_t *icon_surface =
eek_renderer_get_icon_surface (self,
eek_symbol_get_icon_name (symbol),