Skip to content

Commit b98fec8

Browse files
committed
formatting
1 parent 904241e commit b98fec8

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
@@ -4676,7 +4676,7 @@ void OmpStructureChecker::CheckStructureComponent(
46764676
if (const parser::DataRef *dataRef{
46774677
std::get_if<parser::DataRef>(&designator.u)}) {
46784678
if (!IsDataRefTypeParamInquiry(dataRef)) {
4679-
const auto expr {AnalyzeExpr(context_, designator)};
4679+
const auto expr{AnalyzeExpr(context_, designator)};
46804680
if (expr.has_value() && evaluate::HasStructureComponent(expr.value())) {
46814681
context_.Say(designator.source,
46824682
"A variable that is part of another variable cannot appear on the %s clause"_err_en_US,

0 commit comments

Comments
 (0)