Skip to content

Commit 755c039

Browse files
committed
more format
1 parent 33dd438 commit 755c039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Semantics/check-omp-structure.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ std::optional<bool> OmpStructureChecker::IsContiguous(
317317
return std::optional<bool>{};
318318
},
319319
},
320-
object.u);
320+
object.u);
321321
}
322322

323323
void OmpStructureChecker::CheckMultipleOccurrence(

0 commit comments

Comments
 (0)