Skip to content

Commit a7e1369

Browse files
committed
Fix formatting for test
Signed-off-by: Lukas Sommer <[email protected]>
1 parent b4d3968 commit a7e1369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/KernelFusion/math_function.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// UNSUPPORTED: hip
55
// REQUIRES: fusion
66

7-
// Test fusion of a kernel using a math function.
7+
// Test fusion of a kernel using a math function.
88

99
#include <sycl/sycl.hpp>
1010

@@ -57,7 +57,7 @@ int main() {
5757

5858
// Check the results
5959
for (size_t i = 0; i < dataSize; ++i) {
60-
assert(out[i] == (-1.0 * static_cast<float>(i*3)) && "Computation error");
60+
assert(out[i] == (-1.0 * static_cast<float>(i * 3)) && "Computation error");
6161
}
6262

6363
return 0;

0 commit comments

Comments
 (0)