瀏覽代碼

whitespace

rebrand
Martin Dørum 3 年之前
父節點
當前提交
37ebe91ea2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/parallel.cc

+ 1
- 1
src/parallel.cc 查看文件

@@ -19,7 +19,7 @@ struct Worker {
static std::condition_variable workers_cond;
static std::mutex workers_mut;
static std::unique_ptr<Worker[]> workers;
static Worker *head= nullptr;
static Worker *head = nullptr;
static int threads_running = 0;
static int max_threads = 0;
static int num_threads = 0;

Loading…
取消
儲存