about summary refs log tree commit diff
path: root/drw.c
diff options
context:
space:
mode:
authorJohn Sullivan <jsullivan@csumb.edu>2022-01-09 21:25:58 -0800
committerJohn Sullivan <jsullivan@csumb.edu>2022-01-09 21:25:58 -0800
commit967ae61b806e6ebf95c396ec9922bd8051542009 (patch)
treea342d3919f6b51d7189e095db7e4491dbbd01d35 /drw.c
parent6958fd6ae1b1e29274907093d7fcfa54e7d4db14 (diff)
downloadsuggpicker-967ae61b806e6ebf95c396ec9922bd8051542009.tar.gz
project: rerun clang-format
TODO make a commit or PR hook for this
Diffstat (limited to 'drw.c')
-rw-r--r--drw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drw.c b/drw.c
index 89cb100..a7cfd20 100644
--- a/drw.c
+++ b/drw.c
@@ -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);