whitespace fixes

This commit is contained in:
Denis Vlasenko
2008-02-17 15:14:04 +00:00
parent 542963685c
commit 56244736ec
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ static void signal_handler(int signo)
// set raw tty mode
static void xget1(int fd, struct termios *t, struct termios *oldt)
{
{
tcgetattr(fd, oldt);
*t = *oldt;
cfmakeraw(t);