From 10c42bdd966af397e9f31490df0beb09441a5781 Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Wed, 19 Feb 2020 17:15:35 +0300 Subject: [PATCH] [SYCL][NFC] Remove idle space Signed-off-by: Alexey Bader --- sycl/test/function-pointers/pass-fp-through-buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test/function-pointers/pass-fp-through-buffer.cpp b/sycl/test/function-pointers/pass-fp-through-buffer.cpp index bcc203f092b90..70f37e6fe33a9 100644 --- a/sycl/test/function-pointers/pass-fp-through-buffer.cpp +++ b/sycl/test/function-pointers/pass-fp-through-buffer.cpp @@ -62,7 +62,7 @@ int main() { bufA.template get_access(CGH); auto AccB = bufB.template get_access(CGH); auto AccDT = - DispatchTable.template get_access(CGH); + DispatchTable.template get_access(CGH); CGH.parallel_for( KE, cl::sycl::range<1>(Size), [=](cl::sycl::id<1> Index) { auto FP =