From 155f5d2d3e054233875123efcdfb288c3bda3ff1 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 8 Dec 2015 07:10:17 -0500 Subject: Style enforcement --- swaybg/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swaybg') diff --git a/swaybg/main.c b/swaybg/main.c index 4a03f4a4..f21d9e05 100644 --- 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."); -- cgit v1.2.3-54-g00ecf