whitespace fixes (leading spaces to tab)

This commit is contained in:
Denis Vlasenko
2007-01-13 21:06:21 +00:00
parent 2418288cac
commit 150f402b36
11 changed files with 13 additions and 13 deletions

View File

@@ -335,7 +335,7 @@ free_session(struct tsession *ts)
free(ts);
/* scan all sessions and find new maxfd */
ts = sessions;
ts = sessions;
maxfd = 0;
while (ts) {
if (maxfd < ts->ptyfd)