summaryrefslogtreecommitdiff
path: root/bin/ksh/tree.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-28 21:28:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-28 21:28:23 +0000
commit4e63f1bcc0ba4da4985d5da15a9f28f8d4eba961 (patch)
treeb4e7d1eabc575b509ebbe559be3338f48034ea85 /bin/ksh/tree.c
parentd06dd80c342c99af51157fd86c5aa44fa5500551 (diff)
spacing
Diffstat (limited to 'bin/ksh/tree.c')
-rw-r--r--bin/ksh/tree.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/tree.c b/bin/ksh/tree.c
index 797f6770aeb..b932316e51c 100644
--- a/bin/ksh/tree.c
+++ b/bin/ksh/tree.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tree.c,v 1.15 2004/12/20 11:34:26 otto Exp $ */
+/* $OpenBSD: tree.c,v 1.16 2005/03/28 21:28:22 deraadt Exp $ */
/*
* command tree climbing
@@ -9,8 +9,8 @@
#define INDENT 4
#define tputc(c, shf) shf_putchar(c, shf);
-static void ptree(struct op *, int, struct shf *);
-static void pioact(struct shf *, int, struct ioword *);
+static void ptree(struct op *, int, struct shf *);
+static void pioact(struct shf *, int, struct ioword *);
static void tputC(int, struct shf *);
static void tputS(char *, struct shf *);
static void vfptreef(struct shf *, int, const char *, va_list);
@@ -284,7 +284,7 @@ tputS(char *wp, struct shf *shf)
* 'foo' -> "foo"
* could change encoding to:
* OQUOTE ["'] ... CQUOTE ["']
- * COMSUB [(`] ...\0 (handle $ ` \ and maybe " in `...` case)
+ * COMSUB [(`] ...\0 (handle $ ` \ and maybe " in `...` case)
*/
while (1)
switch ((c = *wp++)) {