From 583e824726f99b6d6577eac31fdc067b28edabf0 Mon Sep 17 00:00:00 2001 From: QC Date: Tue, 1 Sep 2015 20:44:47 +0200 Subject: [PATCH] Indent --- source/rofi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/rofi.c b/source/rofi.c index 4afcea93..3bae76d9 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -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 ) ) { ; }