From 91ef7b50e5d77dba7ffa52ad1f0a46cf467cb128 Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Thu, 1 Feb 2018 17:36:45 +0300 Subject: [PATCH] [HIPIFY][tests] add new line at the end of file --- hipamd/tests/hipify-clang/intro.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/tests/hipify-clang/intro.cu b/hipamd/tests/hipify-clang/intro.cu index 4b9c5c0da7..da797eb2ec 100644 --- a/hipamd/tests/hipify-clang/intro.cu +++ b/hipamd/tests/hipify-clang/intro.cu @@ -171,4 +171,4 @@ __global__ void integration(data gpu) { ADD4(gpu.r[i], gpu.v[i]); gpu.f[i] = make_float4(0,0,0,0); } -} \ No newline at end of file +}