Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / hardware / device_management_sycl.cpp
index 04d8ab543c5c2b4d3cbb6fe18193f902125a0a99..8923fe3e403fa0c4c2bcc74a54344c4fbdd9fdee 100644 (file)
@@ -171,8 +171,7 @@ static bool isDeviceFunctional(const cl::sycl::device& syclDevice, std::string*
                  cgh.parallel_for<class DummyKernel>(range, [=](cl::sycl::id<1> threadId) {
                      d_buffer[threadId] = threadId.get(0);
                  });
-             })
-                .wait_and_throw();
+             }).wait_and_throw();
         const auto h_Buffer = buffer.get_access<cl::sycl::access::mode::read>();
         for (int i = 0; i < numThreads; i++)
         {