Skip to content

Commit 91f9e67

Browse files
clang-format
1 parent f572da2 commit 91f9e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Evaluate/check-expression.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ class CopyInOutExplicitInterface {
15041504
auto actualType{characteristics::TypeAndShape::Characterize(actual_, fc_)};
15051505
if (actualType && actualType->type().IsPolymorphic() &&
15061506
!actualType->type().IsAssumedType() &&
1507-
!dummyObj_.IsPassedByDescriptor(/*isBindC*/false)) {
1507+
!dummyObj_.IsPassedByDescriptor(/*isBindC*/ false)) {
15081508
// Not passing a descriptor, so will need to make a copy of the data
15091509
// with a proper type.
15101510
return true;

0 commit comments

Comments
 (0)