Skip to content

Commit acd95b9

Browse files
clang-format
1 parent d8782fc commit acd95b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/lib/Semantics/check-declarations.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,8 @@ void CheckHelper::CheckObjectEntity(
949949
"!DIR$ IGNORE_TKR(R) may not apply in an ELEMENTAL procedure"_err_en_US);
950950
}
951951
if (IsPassedViaDescriptor(symbol)) {
952-
if (IsAllocatableOrObjectPointer(&symbol) && !ignoreTKR.test(common::IgnoreTKR::Pointer)) {
952+
if (IsAllocatableOrObjectPointer(&symbol) &&
953+
!ignoreTKR.test(common::IgnoreTKR::Pointer)) {
953954
if (inExplicitExternalInterface) {
954955
Warn(common::UsageWarning::IgnoreTKRUsage,
955956
"!DIR$ IGNORE_TKR should not apply to an allocatable or pointer"_warn_en_US);

0 commit comments

Comments
 (0)