Skip to content

Commit 8051a1b

Browse files
clang-format
1 parent bec4c18 commit 8051a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Semantics/resolve-names.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7281,8 +7281,8 @@ bool DeclarationVisitor::PassesLocalityChecks(
72817281
if (const DerivedTypeSpec * derived{type->AsDerived()}) { // F'2023 C1130
72827282
if (auto bad{FindAllocatableUltimateComponent(*derived)}) {
72837283
SayWithDecl(name, symbol,
7284-
"Derived type variable '%s' with ultimate ALLOCATABLE component not allowed in a %s locality-spec"_err_en_US,
7285-
specName);
7284+
"Derived type variable '%s' with ultimate ALLOCATABLE component not allowed in a %s locality-spec"_err_en_US,
7285+
specName);
72867286
}
72877287
}
72887288
}

0 commit comments

Comments
 (0)