summaryrefslogtreecommitdiffstats
path: root/6pack
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 /6pack
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 '6pack')
-rw-r--r--6pack/m6pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/6pack/m6pack.c b/6pack/m6pack.c
index 4c5b249..e698ef3 100644
--- a/6pack/m6pack.c
+++ b/6pack/m6pack.c
@@ -95,7 +95,7 @@ struct iface
unsigned long rxbytes; /* RX bytes count */
unsigned long txbytes; /* TX bytes count */
char namepts[PATH_MAX]; /* name of the unix98 pts slaves, which
- * the client has to use */
+ * the client has to use */
};
#define PTY_ID_TTY (-1)