Clean up all trailing whitespace in src/.

This commit is contained in:
Robin H. Johnson
2011-01-17 08:28:43 +00:00
parent 49339525a9
commit e6fc30da61
14 changed files with 50 additions and 50 deletions

View File

@ -172,7 +172,7 @@ rc_logger_open(const char *level)
ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws);
if (openpty(&rc_logger_tty, &slave_tty, NULL, &tt, &ws))
return;
} else
} else
if (openpty(&rc_logger_tty, &slave_tty, NULL, NULL, NULL))
return;