Skip to content

Commit b2693f0

Browse files
committed
clang-format changes
1 parent 3b2c7dc commit b2693f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/OpenMP/OpenMP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ genTargetOp(Fortran::lower::AbstractConverter &converter,
10561056
llvm::SmallVector<mlir::Type> devicePtrTypes, deviceAddrTypes;
10571057
llvm::SmallVector<mlir::Location> devicePtrLocs, deviceAddrLocs;
10581058
llvm::SmallVector<const Fortran::semantics::Symbol *> devicePtrSymbols,
1059-
deviceAddrSymbols;
1059+
deviceAddrSymbols;
10601060

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

0 commit comments

Comments
 (0)