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

Commit 0ec1f85

Browse files
clang-format
1 parent ac6d743 commit 0ec1f85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SYCL/Reduction/regression_after_pr_6343.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
using namespace sycl;
99

10-
int main () {
10+
int main() {
1111
device d(default_selector{});
1212
context ctx{d};
1313
queue q{ctx, d};
1414

1515
// Non-uniform WG.
1616
int WGSize = 256;
17-
int N = 22500*256;
17+
int N = 22500 * 256;
1818

1919
auto *data = malloc_device<int>(N, q);
2020
auto *r1 = malloc_device<int>(1, q);

0 commit comments

Comments
 (0)