From 32ee83f4e973cc9b70bb35fc0aa16ee7a5ac9e25 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 28 Mar 2020 21:52:43 +0000 Subject: [PATCH] quacks-ingredients: wip Base vs Witches vs Both Fix formatting Signed-off-by: Ian Jackson --- quacks-ingredients-counts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quacks-ingredients-counts b/quacks-ingredients-counts index 4913f3c..cf883af 100755 --- 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}; -- 2.30.2