Small reformat of split()

No functional chhange.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2013-01-21 17:22:31 +01:00
parent 054d117d25
commit 6950d07bf4
3 changed files with 25 additions and 31 deletions
+2 -1
View File
@@ -1008,7 +1008,8 @@ split_point_start: // At split points actual search starts from here
// Step 19. Check for splitting the search
if ( !SpNode
&& depth >= Threads.minimumSplitDepth
&& Threads.slave_available(thisThread))
&& Threads.slave_available(thisThread)
&& thisThread->splitPointsSize < MAX_SPLITPOINTS_PER_THREAD)
{
assert(bestValue < beta);