Skip to content

Commit ab02357

Browse files
committed
clang-format changes
1 parent d5b4451 commit ab02357

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
@@ -986,7 +986,7 @@ genTargetOp(Fortran::lower::AbstractConverter &converter,
986986
llvm::SmallVector<mlir::Type> devicePtrTypes, deviceAddrTypes;
987987
llvm::SmallVector<mlir::Location> devicePtrLocs, deviceAddrLocs;
988988
llvm::SmallVector<const Fortran::semantics::Symbol *> devicePtrSymbols,
989-
deviceAddrSymbols;
989+
deviceAddrSymbols;
990990

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

0 commit comments

Comments
 (0)