Skip to content

Commit acde775

Browse files
clang-format
1 parent 86dc6a7 commit acde775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Semantics/resolve-directives.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,8 +1731,8 @@ void AccAttributeVisitor::Post(const parser::Name &name) {
17311731
Symbol *AccAttributeVisitor::ResolveAccCommonBlockName(
17321732
const parser::Name *name) {
17331733
if (name) {
1734-
if (Symbol *cb{
1735-
GetContext().scope.FindCommonBlockInVisibleScopes(name->source)}) {
1734+
if (Symbol *
1735+
cb{GetContext().scope.FindCommonBlockInVisibleScopes(name->source)}) {
17361736
name->symbol = cb;
17371737
return cb;
17381738
}

0 commit comments

Comments
 (0)