projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b652720
)
Fix spacing.
author
Gary Linscott
<glinscott@gmail.com>
Sun, 21 Sep 2014 17:27:34 +0000
(
01:27
+0800)
committer
Gary Linscott
<glinscott@gmail.com>
Sun, 21 Sep 2014 17:27:34 +0000
(
01:27
+0800)
No functional change.
src/evaluate.cpp
patch
|
blob
|
history
diff --git
a/src/evaluate.cpp
b/src/evaluate.cpp
index 98ecf72de59c4c32d84210f48ff2e4c7cc3dbf00..a0e22516002acbd0b2aebf8eb66e50918f6dec25 100644
(file)
--- a/
src/evaluate.cpp
+++ b/
src/evaluate.cpp
@@
-532,7
+532,7
@@
namespace {
b = weakEnemies & pos.pieces(Them, PAWN) & ei.attackedBy[Us][KING];
if (b)
score += more_than_one(b) ? KingOnPawnMany : KingOnPawnOne;
-
}
+ }
if (Trace)
Tracing::terms[Us][Tracing::THREAT] = score;