diff --git a/Examples/cuda_sum_vec.cu b/Examples/cuda_sum_vec.cu index a5dc39eb821af6f43e6fed08ec8ec6770e16d201..6da800aa616f716f4e10ef51d45663bf8cab3f9d 100644 --- a/Examples/cuda_sum_vec.cu +++ b/Examples/cuda_sum_vec.cu @@ -80,4 +80,4 @@ int main() { cudaFree(dev_vec_a); cudaFree(dev_vec_b); cudaFree(dev_vec_c); -} \ No newline at end of file +} diff --git a/Examples/future.cpp b/Examples/future.cpp index a532d552ea9639daa8a92d5d5b632682122234cb..57efe30e9b920c0cdce04f17e25b39030a592f53 100644 --- a/Examples/future.cpp +++ b/Examples/future.cpp @@ -44,4 +44,4 @@ int main() { }); std::cout << "\n"; -} \ No newline at end of file +} diff --git a/Examples/parallel_sort.cpp b/Examples/parallel_sort.cpp index b2f16b48041fa77f8138013fb9a3da986fc6d3d1..b3c3249aecfa4a114d97006cf93ba9473ca4ae54 100644 --- a/Examples/parallel_sort.cpp +++ b/Examples/parallel_sort.cpp @@ -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 +}