diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 01:06:14 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 01:06:14 +0200 |
commit | f3ea792badae9cd7c4205ac363301f1e94e57d4e (patch) | |
tree | 84f72b1e4c02c3e01ca3e393edc789dcaeba6c69 /networking/telnet.c | |
parent | ccb977186100ccf6b443c5f08c8b179c9b7e720b (diff) | |
download | busybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.tar.gz busybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.tar.bz2 busybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.zip |
*: mass cosmetic removal of extra empty lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/telnet.c')
-rw-r--r-- | networking/telnet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/telnet.c b/networking/telnet.c index 57997f6b9..e0022b2cb 100644 --- a/networking/telnet.c +++ b/networking/telnet.c | |||
@@ -150,7 +150,6 @@ static void con_escape(void) | |||
150 | cookmode(); | 150 | cookmode(); |
151 | ret: | 151 | ret: |
152 | bb_got_signal = 0; | 152 | bb_got_signal = 0; |
153 | |||
154 | } | 153 | } |
155 | 154 | ||
156 | static void handle_net_output(int len) | 155 | static void handle_net_output(int len) |