mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Fix indenting
This commit is contained in:
parent
baee50e346
commit
3ac07c3535
1 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue