mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
Indent
This commit is contained in:
parent
29d0c109cb
commit
583e824726
1 changed files with 2 additions and 1 deletions
|
@ -1835,7 +1835,8 @@ static gpointer rofi_signal_handler_process ( gpointer arg )
|
|||
write ( pfd, "q", 1 );
|
||||
// Close my end and exit.
|
||||
g_thread_exit ( NULL );
|
||||
}else if ( sig == SIGCHLD ) {
|
||||
}
|
||||
else if ( sig == SIGCHLD ) {
|
||||
while ( 0 < waitpid ( -1, NULL, WNOHANG ) ) {
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue