chore(util): fix style

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-04-17 10:54:10 -07:00
parent bc8379256a
commit 1fd447b451

View file

@ -195,7 +195,7 @@ static void tst6() {
std::vector<thread> threads;
const unsigned STEP = 1000;
for (unsigned i = 0; i < N; i++) {
threads.push_back(thread([i,&trees]() {
threads.push_back(thread([i, &trees]() {
int_rb_tree t2 = trees[i];
for (unsigned j = 0; j < SZ; j += STEP) {
t2.contains(j+i);