Skip to content

Commit 59f8e3f

Browse files
committed
fix spacing
1 parent 9ff5526 commit 59f8e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang-rt/lib/runtime/derived-api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ bool RTDEF(ExtendsTypeOf)(const Descriptor &a, const Descriptor &mold) {
142142
// true if and only if the dynamic type of A is an extension type of the
143143
// dynamic type of MOLD.
144144
for (const typeInfo::DerivedType *derivedTypeA{GetDerivedType(a)};
145-
derivedTypeA; derivedTypeA = derivedTypeA->GetParentType()) {
145+
derivedTypeA; derivedTypeA = derivedTypeA->GetParentType()) {
146146
if (derivedTypeA == derivedTypeMold) {
147147
return true;
148148
}

0 commit comments

Comments
 (0)