diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-10-05 15:19:25 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-10-05 15:19:25 +0200 |
commit | a02a4e98306194dc12bca46d099647bcce602bb9 (patch) | |
tree | 7bc5ff1de66d28dd4124306218a84d097ef36009 /networking/telnet.c | |
parent | 416899fca6c8b7a09ec301e1a961459bb3b6c139 (diff) |
whitespace and comment format fixes, 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 1f8a44466..8b0df7f5c 100644 --- a/networking/telnet.c +++ b/networking/telnet.c @@ -18,7 +18,6 @@ * <jam@ltsp.org> * Modified 2004/02/11 to add ability to pass the USER variable to remote host * by Fernando Silveira <swrh@gmx.net> - * */ //config:config TELNET //config: bool "telnet (8.7 kb)" |