mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 16:08:20 +02:00
[clip] Missing {} (coding style)
Carl spotted that I'd slipped in a little CODING_STYLE violation.
This commit is contained in:
parent
bc87074185
commit
002264d572
1 changed files with 2 additions and 1 deletions
|
|
@ -337,8 +337,9 @@ _cairo_clip_intersect_region (cairo_clip_t *clip,
|
|||
if (clip->region) {
|
||||
status = cairo_region_intersect (clip->region, region);
|
||||
cairo_region_destroy (region);
|
||||
} else
|
||||
} else {
|
||||
clip->region = region;
|
||||
}
|
||||
|
||||
clip->serial = _cairo_surface_allocate_clip_serial (target);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue