project: rerun clang-format

TODO make a commit or PR hook for this
This commit is contained in:
John Sullivan
2022-01-09 21:25:58 -08:00
committed by Maarten van Gompel
parent 78d2667818
commit 849f4600e9
6 changed files with 32 additions and 30 deletions

1
drw.c
View File

@ -85,7 +85,6 @@ drw_do_rectangle(struct drwsurf *d, Color color, uint32_t x, uint32_t y,
color.bgra[0] / (double)255, color.bgra[3] / (double)255);
cairo_fill(d->cairo);
cairo_restore(d->cairo);
wl_surface_damage(d->surf, x, y, w, h);