Skip to content

Commit c095c84

Browse files
authored
formatting
1 parent 99b864d commit c095c84

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
@@ -2516,8 +2516,8 @@ void OmpAttributeVisitor::ResolveOmpObject(
25162516
}
25172517
if (ompFlag == Symbol::Flag::OmpDeclareTarget) {
25182518
if (symbol->IsFuncResult()) {
2519-
if (Scope *container{&currScope()}) {
2520-
if (Symbol *func{container->symbol()}) {
2519+
if (Scope * container{&currScope()}) {
2520+
if (Symbol * func{container->symbol()}) {
25212521
func->set(ompFlag);
25222522
name->symbol = func;
25232523
}

0 commit comments

Comments
 (0)