diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-19 14:33:34 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-19 14:33:34 +1000 |
commit | 82515f9d90ac149984013f0d64c1cab37b349b29 (patch) | |
tree | 6da445874d055e3e66ab1825d4aa3bb784955fc9 /src/logos/threadpool.h | |
parent | 5359c011a08ef2e06ed54104cc16c32868ca88ff (diff) |
chore clang format + tidy
Diffstat (limited to 'src/logos/threadpool.h')
-rw-r--r-- | src/logos/threadpool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logos/threadpool.h b/src/logos/threadpool.h index fbe43d6..2cd70fd 100644 --- a/src/logos/threadpool.h +++ b/src/logos/threadpool.h @@ -93,4 +93,4 @@ bool threadpool_add_task(threadpool *pool, tpool_task_start do_task, void threadpool_process_results(threadpool *pool, int num_to_process); -u32 Tpool_GetNumWorkers(); // how many threads are we using
\ No newline at end of file +u32 Tpool_GetNumWorkers(); // how many threads are we using
\ No newline at end of file |