diff --git a/examples/migration/wavefront/wavefront.cpp b/examples/migration/wavefront/wavefront.cpp index 0d40fd64e0..72885a2936 100644 --- a/examples/migration/wavefront/wavefront.cpp +++ b/examples/migration/wavefront/wavefront.cpp @@ -107,4 +107,4 @@ int main (int argc, char **argv) { } return 0; -} \ No newline at end of file +} diff --git a/examples/migration/wavefront/wavefront_task_group.h b/examples/migration/wavefront/wavefront_task_group.h index 93291ebef6..d7d2a8dbfc 100644 --- a/examples/migration/wavefront/wavefront_task_group.h +++ b/examples/migration/wavefront/wavefront_task_group.h @@ -147,4 +147,4 @@ std::pair measure_task_group(std::string A, std::strin return {result, std::accumulate(times.begin(), times.end(), 0) / times.size()}; } -#endif /* WAVEFRONT_TASK_GROUP_H */ \ No newline at end of file +#endif /* WAVEFRONT_TASK_GROUP_H */