summaryrefslogtreecommitdiffstats
path: root/kiss/kissnetd.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 15:34:56 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:30:13 +0200
commitf76e0b330f0be28f9f3af3073904ede3a34d48f5 (patch)
tree157597d534cf357a8bfddb1822a41902b4eba93b /kiss/kissnetd.c
parent406b11281cf451927ac348f0639161d2f084743f (diff)
Reformat consistently. Strictly whitespace changes only.
Indentation by tabs only. Move case labels in switches are on the same level as the switch keyword. 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 0aab58f..8c8fce9 100644
--- a/kiss/kissnetd.c
+++ b/kiss/kissnetd.c
@@ -36,8 +36,8 @@ struct PortDescriptor {
unsigned char *FrameBuffer;
int BufferIndex;
time_t TimeLastOpen;
- char namepts[PATH_MAX]; /* name of the unix98 pts slaves, which
- * the client has to use */
+ char namepts[PATH_MAX]; /* name of the unix98 pts slaves, which
+ * the client has to use */
int is_active;
};