Skip to content

Commit

Permalink
Add new line
Browse files Browse the repository at this point in the history
Signed-off-by: pavelkumbrasev <[email protected]>
  • Loading branch information
pavelkumbrasev committed Nov 4, 2024
1 parent bed1bb7 commit 347a9f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/migration/wavefront/wavefront.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ int main (int argc, char **argv) {
}

return 0;
}
}
2 changes: 1 addition & 1 deletion examples/migration/wavefront/wavefront_task_group.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ std::pair<std::size_t, std::size_t> measure_task_group(std::string A, std::strin
return {result, std::accumulate(times.begin(), times.end(), 0) / times.size()};
}

#endif /* WAVEFRONT_TASK_GROUP_H */
#endif /* WAVEFRONT_TASK_GROUP_H */

0 comments on commit 347a9f8

Please sign in to comment.