Fix indentation-adding artifact
[khome.git] / list
diff --git a/list b/list
index acfdde7..04d5d3c 100755 (executable)
--- a/list
+++ b/list
@@ -3,9 +3,10 @@
 ! /^\#/ && ! /^$/ {
     xs[$1]++
 }
-    
+
 END {
     for (x in xs) {
-        printf("%s%s", sep, x, sep = " ")
+        printf("%s%s", sep, x)
+        sep = " "
     }
 }
This page took 0.025367 seconds and 4 git commands to generate.