aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 2813977..267c96c 100644
--- a/main.go
+++ b/main.go
@@ -10,7 +10,7 @@ import (
"os"
)
-const prefix = " "
+const prefix = " " // six spaces
func init() {
flag.IntVar(&yyDebug, "debug", 1, "debug level")