Skip to content
Snippets Groups Projects
Verified Commit 7947e335 authored by Michaël El Kharroubi's avatar Michaël El Kharroubi :satellite:
Browse files

Add new line at the end of examples to avoid nvc++ warning

parent 288d96c3
Branches
No related tags found
No related merge requests found
......@@ -80,4 +80,4 @@ int main() {
cudaFree(dev_vec_a);
cudaFree(dev_vec_b);
cudaFree(dev_vec_c);
}
\ No newline at end of file
}
......@@ -44,4 +44,4 @@ int main() {
});
std::cout << "\n";
}
\ No newline at end of file
}
......@@ -14,4 +14,4 @@ int main() {
v.begin(), v.end(), v_sorted.begin());
std::cout << is_sorted << std::endl;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment