mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Misc coding style fixes
a few comment and blank fixes. No functional change Closes #1141
This commit is contained in:
committed by
Joona Kiiski
parent
b73016bb41
commit
2c237da546
+1
-1
@@ -85,7 +85,7 @@ namespace {
|
||||
|
||||
// History and stats update bonus, based on depth
|
||||
int stat_bonus(Depth depth) {
|
||||
int d = depth / ONE_PLY ;
|
||||
int d = depth / ONE_PLY;
|
||||
return d > 17 ? 0 : d * d + 2 * d - 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user