ソースを参照

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;

読み込み中…
キャンセル
保存