chiark
/
gitweb
/
~ianmdlvl
/
reprap-play.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63412ee
)
quacks-ingredients: wip Base vs Witches vs Both
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 28 Mar 2020 21:52:43 +0000
(21:52 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 28 Mar 2020 21:52:43 +0000
(21:52 +0000)
Fix formatting
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
quacks-ingredients-counts
patch
|
blob
|
history
diff --git
a/quacks-ingredients-counts
b/quacks-ingredients-counts
index 4913f3cf90504f693381f2f4b1d5a0e0a2bdd4d6..cf883af99e3ac88517651c06c7abc29efea6b398 100755
(executable)
--- a/
quacks-ingredients-counts
+++ b/
quacks-ingredients-counts
@@
-67,7
+67,7
@@
sub wrtoplevel () {
$max_nrows = $nrows if $nrows > $max_nrows;
$max_rowsz = $rowsz if $rowsz > $max_rowsz;
my $ix = 0;
- printf "// %
-5s
%-10s total=%2d rowsz=$rowsz nrows=$nrows\n",
+ printf "// %
s
%-10s total=%2d rowsz=$rowsz nrows=$nrows\n",
$which, "$name", $total;
foreach my $nspots (sort keys %$cs) {
my $c = $cs->{$nspots};