Skip to content

Commit 917695a

Browse files
committed
More formatting
1 parent 18adbbc commit 917695a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6745,8 +6745,8 @@ void SYCLIntegrationHeader::emit(raw_ostream &O) {
67456745
Policy.SuppressDefinition = true;
67466746
Policy.PolishForDeclaration = true;
67476747
Policy.FullyQualifiedName = true;
6748-
Policy.EnforceScopeForElaboratedTypes = true;
6749-
6748+
Policy.EnforceScopeForElaboratedTypes = true;
6749+
67506750
// Now we need to print the declaration of the kernel itself.
67516751
// Example:
67526752
// template <typename T, typename = int> struct Arg {

0 commit comments

Comments
 (0)