Assorted code-style triviality

No functional change.
This commit is contained in:
Marco Costalba
2014-11-09 09:24:06 +01:00
parent 6fb0a1bc40
commit 57fdfdedcf
4 changed files with 36 additions and 42 deletions

View File

@@ -331,7 +331,6 @@ namespace {
alpha = (alpha + beta) / 2;
beta = std::min(bestValue + delta, VALUE_INFINITE);
}
else
break;