summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-03 20:35:50 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-03 20:35:50 +0200
commit9a62bfd17284a424cafd4ce649076127eafc2f5d (patch)
treeb2c89cc4ba6917388aafd2f050f9ec55f723f4db /source/rofi.c
parent684211aba4353a15436533d5782dc02e00c3f72e (diff)
Run indenter.
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 18eb01a5..07639164 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -95,10 +95,10 @@ unsigned int num_modi = 0;
/** Current selected mode */
unsigned int curr_switcher = 0;
-NkBindings *bindings = NULL;
+NkBindings *bindings = NULL;
/** Glib main loop. */
-GMainLoop *main_loop = NULL;
+GMainLoop *main_loop = NULL;
/** Flag indicating we are in dmenu mode. */
static int dmenu_mode = FALSE;