Kaynağa Gözat

Indentation

Ian Goldberg 6 ay önce
ebeveyn
işleme
d8b2301d7d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      heap.cpp

+ 1 - 1
heap.cpp

@@ -447,7 +447,7 @@ std::pair<RegXS, RegBS> MinHeap::restore_heap_property_optimized(MPCTIO tio, yie
     RegAS smallerchild;
 
     run_coroutines(tio, [&tio, &smallerindex, lt_c, rightchildindex, leftchildindex](yield_t &yield) {
-    mpc_select(tio, yield, smallerindex, lt_c, rightchildindex, leftchildindex);
+        mpc_select(tio, yield, smallerindex, lt_c, rightchildindex, leftchildindex);
     },  [&tio, &smallerchild, lt_c, rightchild, leftchild](yield_t &yield) {
         mpc_select(tio, yield, smallerchild, lt_c, rightchild, leftchild);
     }