summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/pty.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-02 09:48:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-02 09:48:25 +0000
commit80f77327f3fbd95710cb44e308b3a3fe062ce220 (patch)
treeeff3aea12cf2b570bedcf2570452f45854ced711 /cpukit/telnetd/pty.h
parentRegenerate. (diff)
downloadrtems-80f77327f3fbd95710cb44e308b3a3fe062ce220.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/telnetd/pty.h')
-rw-r--r--cpukit/telnetd/pty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/telnetd/pty.h b/cpukit/telnetd/pty.h
index e786c01627..503fb9444d 100644
--- a/cpukit/telnetd/pty.h
+++ b/cpukit/telnetd/pty.h
@@ -7,7 +7,7 @@
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- *
+ *
* $Id$
*/
@@ -24,7 +24,7 @@ extern "C" {
extern size_t rtems_pty_maximum_ptys;
/* Return the devname for a free pty slot.
- * If no slot available (socket>=0)
+ * If no slot available (socket>=0)
* then the socket argument is closed
*/
char * rtems_pty_get(int socket);