Skip to content

Commit 39b0393

Browse files
committed
Apply clang-format
1 parent 91dd521 commit 39b0393

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
@@ -6851,8 +6851,8 @@ class FreeFunctionPrinter {
68516851
Arg.getAsExpr()->EvaluateAsConstantExpr(Res, Context);
68526852
assert(Success && "invalid non-type template argument?");
68536853
assert(!Res.Val.isAbsent() && "couldn't read the evaulation result?");
6854-
Res.Val.printPretty(ParmListOstream, Policy,
6855-
Arg.getAsExpr()->getType(), &Context);
6854+
Res.Val.printPretty(ParmListOstream, Policy, Arg.getAsExpr()->getType(),
6855+
&Context);
68566856
};
68576857

68586858
for (size_t I = 0, E = std::max(DeclArgs.size(), SpecArgs.size()),

0 commit comments

Comments
 (0)