mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
canvas_base: Fix minor indentation issues
This patch just changes some spaces fixing some possible misleading indentation. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
3def5a8448
commit
e98e08594c
@ -1998,7 +1998,7 @@ static void draw_brush(SpiceCanvas *canvas,
|
||||
|
||||
rects = pixman_region32_rectangles(region, &n_rects);
|
||||
|
||||
switch (brush->type) {
|
||||
switch (brush->type) {
|
||||
case SPICE_BRUSH_TYPE_SOLID:
|
||||
color = brush->u.color;
|
||||
if (rop == SPICE_ROP_COPY) {
|
||||
@ -2007,7 +2007,7 @@ static void draw_brush(SpiceCanvas *canvas,
|
||||
canvas->ops->fill_solid_rects_rop(canvas, rects, n_rects, color, rop);
|
||||
}
|
||||
break;
|
||||
case SPICE_BRUSH_TYPE_PATTERN: {
|
||||
case SPICE_BRUSH_TYPE_PATTERN: {
|
||||
SpiceCanvas *surface_canvas;
|
||||
|
||||
pattern = &brush->u.pattern;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user