Skip to content

Commit 2631041

Browse files
committed
clang-format
1 parent eb57524 commit 2631041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/SYCL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const char *SYCLInstallationDetector::findLibspirvPath(
7676
};
7777

7878
if (const char *R = searchAt(D.ResourceDir, "lib", "libclc"))
79-
return R;
79+
return R;
8080

8181
return nullptr;
8282
}

0 commit comments

Comments
 (0)