소스 검색

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…
취소
저장