Fix indenting

This commit is contained in:
Dave Davenport 2016-06-27 20:43:09 +02:00
parent baee50e346
commit 3ac07c3535
1 changed files with 4 additions and 5 deletions

View File

@ -234,7 +234,6 @@ static void __config_parse_xresource_options ( xcb_xrm_database_t *xDB )
const char * namePrefix = "rofi";
for ( unsigned int i = 0; i < sizeof ( xrmOptions ) / sizeof ( XrmOption ); ++i ) {
char *name = g_strdup_printf ( "%s.%s", namePrefix, xrmOptions[i].name );
char *xrmValue = NULL;