Skip to content

Commit 65013b4

Browse files
author
Razvan Lupusoru
committed
Fix formatting
1 parent 872241c commit 65013b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/OpenACC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ static void privatizeIv(Fortran::lower::AbstractConverter &converter,
18041804
builder.restoreInsertionPoint(insPt);
18051805
}
18061806

1807-
mlir::Operation* privateOp = nullptr;
1807+
mlir::Operation *privateOp = nullptr;
18081808
for (auto privateVal : privateOperands) {
18091809
if (mlir::acc::getVar(privateVal.getDefiningOp()) == ivValue) {
18101810
privateOp = privateVal.getDefiningOp();

0 commit comments

Comments
 (0)