Skip to content

Commit cd95c56

Browse files
committed
formatting
1 parent ee974cc commit cd95c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libvtrutil/src/vtr_thread_pool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @file vtr_thread_pool.h
55
* @brief A generic thread pool for parallel task execution
66
*
7-
* A thread pool for parallel task execution. It is a naive
7+
* A thread pool for parallel task execution. It is a naive
88
* implementation which uses a queue for each thread and assigns
99
* tasks in a round robin fashion.
1010
*

0 commit comments

Comments
 (0)