Skip to content

Commit bb728b2

Browse files
committed
format
Created using spr 1.3.4
1 parent 5a6efa8 commit bb728b2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

libcxxabi/src/private_typeinfo.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -591,10 +591,9 @@ __base_class_type_info::has_unambiguous_public_base(__dynamic_cast_info* info,
591591
// .. and reset the pointer.
592592
adjustedPtr = nullptr;
593593
}
594-
__base_type->has_unambiguous_public_base(
595-
info,
596-
reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(adjustedPtr) + offset_to_base),
597-
(__offset_flags & __public_mask) ? path_below : not_public_path);
594+
__base_type->has_unambiguous_public_base(
595+
info, reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(adjustedPtr) + offset_to_base),
596+
(__offset_flags & __public_mask) ? path_below : not_public_path);
598597
}
599598

600599
void

0 commit comments

Comments
 (0)