From a65dca04e89282822fbda01aee00aadac8fb2540 Mon Sep 17 00:00:00 2001 From: Luminarys Date: Sun, 23 Aug 2015 13:19:47 -0500 Subject: [PATCH] Style fix --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index 3d501cbe..6d36eb41 100644 --- a/include/config.h +++ b/include/config.h @@ -24,7 +24,7 @@ struct sway_mode { struct output_config { char *name; - bool enabled; + bool enabled; int width, height; int x, y; };