chiark / gitweb /
quacks-ingredients: -counts: Fix a ws mistake nfc
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 31 Mar 2020 14:48:41 +0000 (15:48 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 31 Mar 2020 14:48:55 +0000 (15:48 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
quacks-ingredients-counts

index cf883af99e3ac88517651c06c7abc29efea6b398..46d7f1bee8c294027a22e71bca1eeaa1627866b3 100755 (executable)
@@ -39,7 +39,7 @@ foreach my $nspots (qw(1 2 3 4)) {
        m/\+/;
        
        $count{$names[$i]}{$nspots} =
-           $which eq 'All'    ? $` + $' :
+           $which eq 'All'     ? $` + $' :
            $which eq 'Base'    ? $`      :
            $which eq 'Witches' ?      $' :
            die "$which ?";