We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88af970 commit 42c19a5Copy full SHA for 42c19a5
flang/lib/Semantics/resolve-names.cpp
@@ -2440,8 +2440,7 @@ void ScopeHandler::PushScope(Scope &scope) {
2440
currScope_ = &scope;
2441
auto kind{currScope_->kind()};
2442
if (kind != Scope::Kind::BlockConstruct &&
2443
- kind != Scope::Kind::OtherConstruct &&
2444
- kind != Scope::Kind::OtherClause) {
+ kind != Scope::Kind::OtherConstruct && kind != Scope::Kind::OtherClause) {
2445
BeginScope(scope);
2446
}
2447
// The name of a module or submodule cannot be "used" in its scope,
0 commit comments