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

Commit 3ffdfd1

Browse files
author
aidan.belton
committed
clang format
1 parent 62e8c4f commit 3ffdfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/Basic/aspects.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ int main() {
5454
if (plt.has(aspect::fp64)) {
5555
std::cout << " fp64" << std::endl;
5656
}
57-
if (plt.has(aspect::bf16)) {
57+
if (plt.has(aspect::bf16)) {
5858
std::cout << " bf16" << std::endl;
5959
}
6060
if (plt.has(aspect::int64_base_atomics)) {

0 commit comments

Comments
 (0)