mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -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' ) {
|
} else if ( n == -3 && *input != NULL && *input[0] != '\0' ) {
|
||||||
fputs( *input, stdout );
|
fputs( *input, stdout );
|
||||||
}
|
}
|
||||||
|
|
||||||
for ( unsigned int i=0; list[i] != NULL; i++ ) {
|
for ( unsigned int i=0; list[i] != NULL; i++ ) {
|
||||||
free( list[i] );
|
free( list[i] );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue