summaryrefslogtreecommitdiffstats
path: root/source/widgets/box.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-27 22:59:14 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-27 22:59:14 +0200
commitce4b1b23b4f36ca021d4dfc785b75c603572491f (patch)
treee1cfa132066e4faa6bd1554854b08d18a07958ba /source/widgets/box.c
parentb1ecb6ca77a939495219d79fd96ccc60db3bb7eb (diff)
Re-Indent code
Diffstat (limited to 'source/widgets/box.c')
-rw-r--r--source/widgets/box.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/widgets/box.c b/source/widgets/box.c
index 409ebe78..faeba226 100644
--- a/source/widgets/box.c
+++ b/source/widgets/box.c
@@ -25,7 +25,7 @@
*
*/
-#define G_LOG_DOMAIN "Widgets.Box"
+#define G_LOG_DOMAIN "Widgets.Box"
#include <config.h>
#include <stdio.h>
@@ -325,7 +325,7 @@ box * box_create ( const char *name, boxType type )
b->widget.clicked = box_clicked;
b->widget.motion_notify = box_motion_notify;
b->widget.get_desired_height = box_get_desired_height;
- b->widget.enabled = rofi_theme_get_boolean ( WIDGET ( b ), "enabled", TRUE );
+ b->widget.enabled = rofi_theme_get_boolean ( WIDGET ( b ), "enabled", TRUE );
b->spacing = rofi_theme_get_distance ( WIDGET ( b ), "spacing", DEFAULT_SPACING );
return b;