Skip to content

Commit 59f39b2

Browse files
authored
[SYCL][NFC] Remove idle space (#1148)
Signed-off-by: Alexey Bader <alexey.bader@intel.com>
1 parent 2295308 commit 59f39b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/function-pointers/pass-fp-through-buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ int main() {
6262
bufA.template get_access<cl::sycl::access::mode::read_write>(CGH);
6363
auto AccB = bufB.template get_access<cl::sycl::access::mode::read>(CGH);
6464
auto AccDT =
65-
DispatchTable.template get_access<cl::sycl::access ::mode::read>(CGH);
65+
DispatchTable.template get_access<cl::sycl::access::mode::read>(CGH);
6666
CGH.parallel_for<class K>(
6767
KE, cl::sycl::range<1>(Size), [=](cl::sycl::id<1> Index) {
6868
auto FP =

0 commit comments

Comments
 (0)