From 9916a81bc525684bb382e579ef5f1789d22f1698 Mon Sep 17 00:00:00 2001 From: Vanya Yaneva Date: Thu, 27 Jul 2017 17:39:13 +0100 Subject: [PATCH] Small formatting change --- SYCLStream.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SYCLStream.cpp b/SYCLStream.cpp index 4b1aa44..d334dd1 100644 --- a/SYCLStream.cpp +++ b/SYCLStream.cpp @@ -49,9 +49,9 @@ SYCLStream::SYCLStream(const unsigned int ARRAY_SIZE, const int device_index) queue = new cl::sycl::queue(dev, [&](cl::sycl::exception_list l) { try { - for(auto e: l) { - std::rethrow_exception(e); - } + for(auto e: l) { + std::rethrow_exception(e); + } } catch (cl::sycl::exception e) { std::cout << e.what(); }