summaryrefslogtreecommitdiffstats
path: root/kiss/kissnetd.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 01:47:40 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:12:26 +0200
commit90f6ab2eceada8987fc6e5017ae415eade165c00 (patch)
tree6dd7d7f057512b69861faa9c72420929789227db /kiss/kissnetd.c
parent5feb3d651dbd1b096a26963bd1dffcfe0a5f9eea (diff)
Use tabs for indentation, not spaces.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'kiss/kissnetd.c')
-rw-r--r--kiss/kissnetd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiss/kissnetd.c b/kiss/kissnetd.c
index 903ee22..0aab58f 100644
--- a/kiss/kissnetd.c
+++ b/kiss/kissnetd.c
@@ -145,7 +145,7 @@ static void ReopenPort(int PortNumber)
} else {
if (PortList[PortNumber]->Fd == -1) {
syslog(LOG_WARNING, "kissnetd : Cannot reopen port ptmx (slave %s) : not supported by ptmx-device\n",
- PortList[PortNumber]->namepts);
+ PortList[PortNumber]->namepts);
if (VerboseMode) {
sprintf(MyString, "cannot reopen ptmx (slave %s).", PortList[PortNumber]->namepts);
perror(MyString);
@@ -153,7 +153,7 @@ static void ReopenPort(int PortNumber)
return;
}
syslog(LOG_WARNING, "kissnetd : Trying to poll port ptmx (slave %s).\n",
- PortList[PortNumber]->namepts);
+ PortList[PortNumber]->namepts);
PortList[PortNumber]->is_active = 1;
}
}