Some cosmetic/comment fixes.

Change-Id: Id0613f84cc53fcbeceb913c835a262451687e27b
This commit is contained in:
Urvang Joshi
2012-11-07 16:04:08 -08:00
parent 60b2651a8c
commit 7caab1d8f6
5 changed files with 10 additions and 10 deletions

View File

@ -229,7 +229,7 @@ static int GenerateOptimalTree(const int* const histogram, int histogram_size,
tree_pool[tree_pool_size++] = tree[tree_size - 1];
tree_pool[tree_pool_size++] = tree[tree_size - 2];
count = tree_pool[tree_pool_size - 1].total_count_ +
tree_pool[tree_pool_size - 2].total_count_;
tree_pool[tree_pool_size - 2].total_count_;
tree_size -= 2;
{
// Search for the insertion point.