Skip to content

Commit 8fd9427

Browse files
clang-format
1 parent 8792ba4 commit 8fd9427

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/lib/Evaluate/check-expression.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,8 @@ class CopyInOutExplicitInterface {
15011501
if (dummyObj_.ignoreTKR.test(common::IgnoreTKR::Type)) {
15021502
return false;
15031503
}
1504-
if (auto actualType{characteristics::TypeAndShape::Characterize(actual_, fc_)}) {
1504+
if (auto actualType{
1505+
characteristics::TypeAndShape::Characterize(actual_, fc_)}) {
15051506
bool actualIsPolymorphic{actualType->type().IsPolymorphic()};
15061507
bool dummyIsPolymorphic{dummyObj_.type.type().IsPolymorphic()};
15071508
if (actualIsPolymorphic && !dummyIsPolymorphic) {

0 commit comments

Comments
 (0)