mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Indent.
This commit is contained in:
parent
c32e18b600
commit
101c63cde6
2 changed files with 3 additions and 2 deletions
|
@ -121,6 +121,7 @@ SwitcherMode dmenu_switcher_dialog ( char **input )
|
|||
} else if ( n == -3 && *input != NULL && *input[0] != '\0' ) {
|
||||
fputs( *input, stdout );
|
||||
}
|
||||
|
||||
for ( unsigned int i=0; list[i] != NULL; i++ ) {
|
||||
free( list[i] );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue