From 4032f6c7c6a1a68aacf5ca6caaaf840b33cee6ce Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Thu, 29 Oct 2009 21:10:09 +0100 Subject: [PATCH] main: whitespace cosmetics --- src/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.30.2