Merge pull request #1752 from Buddybenj/clean-up

Clean Up
This commit is contained in:
magumagu 2015-02-10 11:39:14 -08:00
commit 0f96a0104e
14 changed files with 23 additions and 38 deletions

View file

@ -176,7 +176,8 @@ static int GetEmptySlot(std::map<double, int> m)
break;
}
}
if (!found) return i;
if (!found)
return i;
}
return -1;
}