Skip to content

Commit 15701ee

Browse files
committed
format
1 parent 3fbc03c commit 15701ee

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
@@ -2517,8 +2517,8 @@ void OmpAttributeVisitor::ResolveOmpObject(
25172517
if (ompFlag == Symbol::Flag::OmpDeclareTarget) {
25182518
if (symbol->IsFuncResult()) {
25192519
if (Symbol * func{currScope().symbol()}) {
2520-
assert(func->IsSubprogram() &&
2521-
"Expecting function scope");
2520+
assert(
2521+
func->IsSubprogram() && "Expecting function scope");
25222522
func->set(ompFlag);
25232523
name->symbol = func;
25242524
}

0 commit comments

Comments
 (0)