Skip to content

Commit b2fd002

Browse files
committed
Clang-format fix for test
Signed-off-by: amochalo <[email protected]>
1 parent 792f05f commit b2fd002

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/test/basic_tests/min_max_test.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
int main() {
55

6-
sycl::device device{ sycl::default_selector()};
7-
int tmp = min(1,4);
8-
return 0;}
9-
6+
sycl::device device{sycl::default_selector()};
7+
int tmp = min(1, 4);
8+
return 0;
9+
}

0 commit comments

Comments
 (0)