summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-28 15:32:53 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-28 15:32:53 +0100
commita4fd907fe869daaef2726366972519371ac6e358 (patch)
tree0de3b2e3d6c477538581bb3f9c2d71e3f598261c /source/xrmoptions.c
parent6fb94876ca35bb94ab92c6ee2ea26d0c1b15da9d (diff)
Run indenter
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index c9a64e51..6960c738 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -225,7 +225,7 @@ static void __config_parse_xresource_options ( XrmDatabase xDB )
}
void config_parse_xresource_options ( xcb_connection_t *xcb_connection, xcb_screen_t *xcb_screen )
{
- char *name = window_get_text_prop ( xcb_connection, xcb_screen->root, XCB_ATOM_RESOURCE_MANAGER);
+ char *name = window_get_text_prop ( xcb_connection, xcb_screen->root, XCB_ATOM_RESOURCE_MANAGER );
if ( name ) {
// Map Xresource entries to rofi config options.
XrmDatabase xDB = XrmGetStringDatabase ( name );
@@ -331,8 +331,8 @@ static void __config_parse_xresource_options_dynamic ( XrmDatabase xDB )
void config_parse_xresource_options_dynamic ( xcb_connection_t *xcb_connection, xcb_screen_t *xcb_screen )
{
- char *name = window_get_text_prop ( xcb_connection, xcb_screen->root, XCB_ATOM_RESOURCE_MANAGER);
- XrmDatabase xDB = XrmGetStringDatabase ( name );
+ char *name = window_get_text_prop ( xcb_connection, xcb_screen->root, XCB_ATOM_RESOURCE_MANAGER );
+ XrmDatabase xDB = XrmGetStringDatabase ( name );
__config_parse_xresource_options_dynamic ( xDB );
XrmDestroyDatabase ( xDB );
g_free ( name );