summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/telnetd/icmds.c1
-rw-r--r--cpukit/telnetd/pty.h2
-rw-r--r--cpukit/telnetd/telnetd.h1
3 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/telnetd/icmds.c b/cpukit/telnetd/icmds.c
index 1ac6820f39..b416692ec5 100644
--- a/cpukit/telnetd/icmds.c
+++ b/cpukit/telnetd/icmds.c
@@ -45,4 +45,3 @@ void register_icmds(void) {
shell_add_cmd("tcp" ,"net","tcp stats" ,main_tcp );
shell_add_cmd("udp" ,"net","udp stats" ,main_udp );
}
-
diff --git a/cpukit/telnetd/pty.h b/cpukit/telnetd/pty.h
index 2c1367101d..9d3d6295ce 100644
--- a/cpukit/telnetd/pty.h
+++ b/cpukit/telnetd/pty.h
@@ -60,4 +60,4 @@ rtems_device_driver pty_control(
}
#endif
-#endif
+#endif
diff --git a/cpukit/telnetd/telnetd.h b/cpukit/telnetd/telnetd.h
index 1bb99ebc1b..01c7e58409 100644
--- a/cpukit/telnetd/telnetd.h
+++ b/cpukit/telnetd/telnetd.h
@@ -32,4 +32,3 @@ int register_telnetd(void);
#endif
#endif
-