From 1c75ca2e2dc72d118edbb854455e602d70d80a52 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 2 May 2021 12:50:43 +0000 Subject: games: remove trailing whitespace in *.c and *.h --- warp/term.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'warp/term.h') diff --git a/warp/term.h b/warp/term.h index 3798a24c..362f6aeb 100644 --- a/warp/term.h +++ b/warp/term.h @@ -3,13 +3,13 @@ /* Log: term.h,v * Revision 7.0.1.2 86/12/12 17:05:15 lwall * Baseline for net release. - * + * * Revision 7.0.1.1 86/10/16 10:53:33 lwall * Added Damage. Fixed random bugs. - * + * * Revision 7.0 86/10/08 15:14:07 lwall * Split into separate files. Added amoebas and pirates. - * + * */ #ifndef TERM_H @@ -201,7 +201,7 @@ EXT bool bizarre INIT(false); /* do we need to restore terminal? */ /* terminal mode diddling routines */ #if defined(TERMIO) || defined(TERMIOS) - + #define raw() ((bizarre=1),_tty.c_lflag &=~ISIG,_tty.c_cc[VMIN] = 1,tcsetattr(_tty_ch,TCSAFLUSH,&_tty)) #define noraw() ((bizarre=1),_tty.c_lflag |= ISIG,_tty.c_cc[VEOF] = CEOF,tcsetattr(_tty_ch,TCSAFLUSH,&_tty)) #define crmode() ((bizarre=1),_tty.c_lflag &=~ICANON,_tty.c_cc[VMIN] = 1,tcsetattr(_tty_ch,TCSAFLUSH,&_tty)) -- cgit v1.2.3-56-ge451