Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lbushi25 committed Feb 8, 2024
1 parent c73e919 commit f2bde72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/Regression/half_operators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ template <typename T> bool test(sycl::queue &queue) {
static const T inexact = static_cast<T>(0.1);

std::vector<T> result_source_vec(NumElems);
std::vector<T> input_vec(NumElems);;
std::vector<T> input_vec(NumElems);

for (size_t i = 0; i < NumElems; ++i) {
input_vec[i] = inexact * i;
Expand Down

0 comments on commit f2bde72

Please sign in to comment.