diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-13 21:06:21 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-13 21:06:21 +0000 |
commit | 150f402b36197d822f8a7dd835231cd67b77e959 (patch) | |
tree | ddac0e3876f058e0070dc497902994583517f879 /networking | |
parent | 2418288cac34272d99dc8b9f46a74163eff5ea2c (diff) | |
download | busybox-w32-150f402b36197d822f8a7dd835231cd67b77e959.tar.gz busybox-w32-150f402b36197d822f8a7dd835231cd67b77e959.tar.bz2 busybox-w32-150f402b36197d822f8a7dd835231cd67b77e959.zip |
whitespace fixes (leading spaces to tab)
Diffstat (limited to 'networking')
-rw-r--r-- | networking/telnetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c index ff83c93da..51bd0c012 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c | |||
@@ -335,7 +335,7 @@ free_session(struct tsession *ts) | |||
335 | free(ts); | 335 | free(ts); |
336 | 336 | ||
337 | /* scan all sessions and find new maxfd */ | 337 | /* scan all sessions and find new maxfd */ |
338 | ts = sessions; | 338 | ts = sessions; |
339 | maxfd = 0; | 339 | maxfd = 0; |
340 | while (ts) { | 340 | while (ts) { |
341 | if (maxfd < ts->ptyfd) | 341 | if (maxfd < ts->ptyfd) |