Skip to content

Commit 7beec48

Browse files
committed
clang-format changes
1 parent ce38ebe commit 7beec48

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
@@ -1298,7 +1298,7 @@ genTargetOp(Fortran::lower::AbstractConverter &converter,
12981298
llvm::SmallVector<mlir::Type> devicePtrTypes, deviceAddrTypes;
12991299
llvm::SmallVector<mlir::Location> devicePtrLocs, deviceAddrLocs;
13001300
llvm::SmallVector<const Fortran::semantics::Symbol *> devicePtrSymbols,
1301-
deviceAddrSymbols;
1301+
deviceAddrSymbols;
13021302

13031303
ClauseProcessor cp(converter, semaCtx, clauseList);
13041304
cp.processIf(llvm::omp::Directive::OMPD_target, ifClauseOperand);

0 commit comments

Comments
 (0)