Skip to content

Commit 64dcd8f

Browse files
committed
clang-format changes
1 parent 3c454f5 commit 64dcd8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Lower/OpenMP.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ bool ClauseProcessor::processMotionClauses(
20842084

20852085
mapOperands.push_back(mapOp);
20862086
}
2087-
});
2087+
});
20882088
}
20892089

20902090
bool ClauseProcessor::processIsDevicePtr(
@@ -3043,7 +3043,7 @@ genTargetOp(Fortran::lower::AbstractConverter &converter,
30433043
llvm::SmallVector<mlir::Type> devicePtrTypes, deviceAddrTypes;
30443044
llvm::SmallVector<mlir::Location> devicePtrLocs, deviceAddrLocs;
30453045
llvm::SmallVector<const Fortran::semantics::Symbol *> devicePtrSymbols,
3046-
deviceAddrSymbols;
3046+
deviceAddrSymbols;
30473047

30483048
ClauseProcessor cp(converter, semaCtx, clauseList);
30493049
cp.processIf(Fortran::parser::OmpIfClause::DirectiveNameModifier::Target,

0 commit comments

Comments
 (0)