home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dffe5c9
)
Fix indentation-adding artifact
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sat, 31 Aug 2019 17:47:17 +0000
(13:47 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sat, 31 Aug 2019 17:47:17 +0000
(13:47 -0400)
list
patch
|
blob
|
blame
|
history
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.030237 seconds
and
4
git commands to generate.