chiark / gitweb /
quacks-ingredients: -counts: Fix a ws mistake nfc
[reprap-play.git] / 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 ?";