]> mj.ucw.cz Git - moe.git/blobdiff - mop/eval/mo-score.sh
mop: mo-score uses at least a single space in every column
[moe.git] / mop / eval / mo-score.sh
index d651f18b88069d31dd250fe603076832989af801..b893d7623b6128c6ba557d8dbefca0b81b0c6731 100755 (executable)
@@ -187,7 +187,7 @@ while ($i < @table) {
        } else {
                ${table[$j]}[0] = $j+1 . ".-" . $i . ".";
                $j++;
-               while ($j < $i) { ${table[$j++]}[0] = ""; };
+               while ($j < $i) { ${table[$j++]}[0] = " "; };
        }
 }
 print STDERR "OK\n";