summaryrefslogtreecommitdiffstats
path: root/ax25ipd/io.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 00:57:41 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-02 18:16:05 +0200
commit904e050aa0f4250adc7b7f8125000ef26715abef (patch)
treef38147b4719f02e54c53a0ad311c3715b2cf0057 /ax25ipd/io.c
parent3ba8bfeddb7af74a874661bc0289415d35b1d407 (diff)
Nuke trailing whitespace.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25ipd/io.c')
-rw-r--r--ax25ipd/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/io.c b/ax25ipd/io.c
index a293d69..6d5fcd5 100644
--- a/ax25ipd/io.c
+++ b/ax25ipd/io.c
@@ -204,7 +204,7 @@ void io_open(void)
perror("setting non-blocking I/O on tty device");
exit(1);
}
-
+
if (i_am_unix98_pty_master) {
/* get name of pts-device */
if ((namepts = ptsname(ttyfd)) == NULL) {