Skip to content

Commit f0f1e14

Browse files
committed
Ensure file ends with newline character
1 parent 8b558db commit f0f1e14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posts/gups/gups.cu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,4 +595,5 @@ int main(int argc, char* argv[])
595595
if (!shared_mem)
596596
CUDA_RT_CALL(cudaFree(d_t));
597597
return 0;
598-
}
598+
}
599+

0 commit comments

Comments
 (0)