commit 155f5d2d3e054233875123efcdfb288c3bda3ff1 parent 7ed204eb02d1a83bcfd315d6f321497f3d7b41aa Author: Drew DeVault <sir@cmpwn.com> Date: Tue, 8 Dec 2015 07:10:17 -0500 Style enforcement Diffstat:
| M | swaybg/main.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/swaybg/main.c b/swaybg/main.c @@ -167,7 +167,7 @@ int main(int argc, const char **argv) { if (!pixbuf) { sway_abort("Failed to load background image."); } - cairo_surface_t *image=__gdk_cairo_image_surface_create_from_pixbuf(pixbuf); + cairo_surface_t *image = __gdk_cairo_image_surface_create_from_pixbuf(pixbuf); g_object_unref(pixbuf); if (!image) { sway_abort("Failed to read background image.");