Skip to content

Commit 7bbb30a

Browse files
author
Shashwathi N
committed
Format changes
1 parent 5c75517 commit 7bbb30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGOpenMPRuntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7804,7 +7804,7 @@ class MappableExprsHandler {
78047804
if (!C)
78057805
continue;
78067806
if (auto *IE = dyn_cast_or_null<OMPIteratorExpr>(
7807-
const_cast<OMPMapClause *>(C)->getIteratorModifier())) {
7807+
const_cast<OMPMapClause *>(C)->getIteratorModifier())) {
78087808
if (auto *VD = dyn_cast<VarDecl>(IE->getIteratorDecl(0))) {
78097809
if (!VD->isLocalVarDecl())
78107810
CGF.CGM.EmitGlobal(GlobalDecl(VD));

0 commit comments

Comments
 (0)