Skip to content

Commit ca48aa4

Browse files
clang-format
1 parent eff8a33 commit ca48aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang-rt/lib/runtime/pointer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ bool RTDEF(PointerIsAssociatedWith)(
267267
if (!target) {
268268
return pointer.raw().base_addr != nullptr;
269269
}
270-
if (!target->raw().base_addr || target->ElementBytes() == 0
271-
|| target->Elements() == 0) {
270+
if (!target->raw().base_addr || target->ElementBytes() == 0 ||
271+
target->Elements() == 0) {
272272
// F2023, 16.9.20, p5, case (v)-(vi): don't associate pointers with
273273
// targets that have zero sized storage sequence.
274274
return false;

0 commit comments

Comments
 (0)