From 0e8be6b578fdfba3f0b67d60dd74b7bc36f478f0 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 29 Nov 2022 17:11:41 +0100 Subject: [PATCH] Remove trailing spaces --- atax/atax.cu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atax/atax.cu b/atax/atax.cu index bcebf0d..aeac239 100644 --- a/atax/atax.cu +++ b/atax/atax.cu @@ -42,8 +42,8 @@ __host__ static void init_array(DATA_TYPE** A, DATA_TYPE* x) } -/** - * Print the given array. +/** + * Print the given array. * * Cannot be parallelized, as the elements of the array should be *