Skip to content

Commit 9c1ceb9

Browse files
committed
style fix
1 parent 220d844 commit 9c1ceb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/workerSpecific/cpp/workerSpecific.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
void workFc(taskr::Task *currentTask)
2323
{
24-
auto taskId = currentTask->getTaskId();
24+
auto taskId = currentTask->getTaskId();
2525
int currentCPUId = sched_getcpu();
2626

2727
////// First launched on even cpus

0 commit comments

Comments
 (0)