From: Thomas Jansen Date: Thu, 29 Oct 2009 20:10:09 +0000 (+0100) Subject: main: whitespace cosmetics X-Git-Tag: release-0.16~51 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4032f6c7c6a1a68aacf5ca6caaaf840b33cee6ce;p=ncmpc.git main: whitespace cosmetics --- diff --git a/src/main.c b/src/main.c index 34fa355..8464035 100644 --- a/src/main.c +++ b/src/main.c @@ -126,9 +126,9 @@ catch_sigcont(G_GNUC_UNUSED int sig) void sigstop(void) { - def_prog_mode(); /* save the tty modes */ - endwin(); /* end curses mode temporarily */ - kill(0, SIGSTOP); /* issue SIGSTOP */ + def_prog_mode(); /* save the tty modes */ + endwin(); /* end curses mode temporarily */ + kill(0, SIGSTOP); /* issue SIGSTOP */ } static guint timer_sigwinch_id;