mirror of
https://github.com/boostorg/python.git
synced 2026-01-25 18:32:24 +00:00
untabify
[SVN r30239]
This commit is contained in:
@@ -144,7 +144,7 @@ void* pointer_holder_back_reference<Pointer, Value>::holds(type_info dst_t, bool
|
||||
if (dst_t == python::type_id<Pointer>()
|
||||
&& !(null_ptr_only && get_pointer(this->m_p))
|
||||
)
|
||||
return &this->m_p;
|
||||
return &this->m_p;
|
||||
|
||||
if (!get_pointer(this->m_p))
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user