Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 841c16b

Browse files
committed
[SYCL][ESIMD] Apply clang-format
1 parent 974d765 commit 841c16b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

SYCL/ESIMD/api/functional/ctors/ctor_vector_core.cpp

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,10 @@ int main(int, char **) {
164164

165165
// Run for specific combinations of types, vector length and invocation
166166
// contexts.
167-
passed &= for_all_types_and_dims<run_test, initializer>(
168-
types, dims, queue);
169-
passed &= for_all_types_and_dims<run_test, var_decl>(
170-
types, dims, queue);
171-
passed &= for_all_types_and_dims<run_test, rval_in_expr>(
172-
types, dims, queue);
173-
passed &= for_all_types_and_dims<run_test, const_ref>(
174-
types, dims, queue);
167+
passed &= for_all_types_and_dims<run_test, initializer>(types, dims, queue);
168+
passed &= for_all_types_and_dims<run_test, var_decl>(types, dims, queue);
169+
passed &= for_all_types_and_dims<run_test, rval_in_expr>(types, dims, queue);
170+
passed &= for_all_types_and_dims<run_test, const_ref>(types, dims, queue);
175171

176172
std::cout << (passed ? "=== Test passed\n" : "=== Test FAILED\n");
177173
return passed ? 0 : 1;

0 commit comments

Comments
 (0)