Skip to content

Commit

Permalink
remove redundant “+” from line 390
Browse files Browse the repository at this point in the history
  • Loading branch information
harryhaos authored and nihui committed Aug 6, 2017
1 parent b3415f4 commit 5fda804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ int set_cpu_powersave(int powersave)
}
else if (powersave == 2)
{
cpuids = std::vector<int>(sorted_cpuids.begin(), sorted_cpuids.begin() + + little_cluster_offset);
cpuids = std::vector<int>(sorted_cpuids.begin(), sorted_cpuids.begin() + little_cluster_offset);
}
else
{
Expand Down

0 comments on commit 5fda804

Please sign in to comment.