Skip to content

Commit 51495fe

Browse files
committed
align comment
1 parent ef066eb commit 51495fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pooler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
* @param[out] id A Pooler::threadid_t containing the id of the running thread, from 0 to N (where N is the pooler's thread count)
5757
* @param[out] data A pointer to a shared struct provided at "run()"-time
5858
*/
59-
6059
#define POOLER_LAMBDA [](__POOLER_FUNC_ARGS)->void
6160

6261
/* @brief The pooler class. Each instance of the pooler class is a separate thread pool.

0 commit comments

Comments
 (0)