Explorar el Código

whitespace

rebrand
Martin Dørum hace 3 años
padre
commit
37ebe91ea2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/parallel.cc

+ 1
- 1
src/parallel.cc Ver fichero

@@ -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;

Cargando…
Cancelar
Guardar