aboutsummaryrefslogtreecommitdiffstats
path: root/c_defs.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c_defs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_defs.go b/c_defs.go
index 55a9438..c1e2032 100644
--- a/c_defs.go
+++ b/c_defs.go
@@ -75,6 +75,6 @@ const (
)
var (
- HOST_ICONS = [2]string{"  ", "  "}
- DIRS_ICONS = [2]string{"  ", "  "}
+ HOST_ICONS = [2]string{" ", " "}
+ DIRS_ICONS = [2]string{" ", " "}
)