Index: /trunk/src/kash/parser.c
===================================================================
--- /trunk/src/kash/parser.c	(revision 2629)
+++ /trunk/src/kash/parser.c	(revision 2630)
@@ -809,5 +809,4 @@
 	for (;;) {	/* until token or start of word found */
 		c = pgetc_macro(psh);
-trace(psh, "xxreadtoken: c=%#x", c);
 		if (c == ' ' || c == '\t')
 			continue;		/* quick check for white space first */
@@ -855,5 +854,5 @@
 		case ')':
 			RETURN(TRP);
-                default:
+		default:
 			goto breakloop;
 		}
@@ -1621,5 +1620,5 @@
 	} else {
 		trace(psh, "synerror: Syntax error: %s\n", msg);
-        }
+	}
 	outfmt(&psh->errout, "Syntax error: %s\n", msg);
 	error(psh, (char *)NULL);
