Skip to content

Commit 332a45f

Browse files
committed
untabify
[SVN r30239]
1 parent 6cc48f7 commit 332a45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/python/object/pointer_holder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void* pointer_holder_back_reference<Pointer, Value>::holds(type_info dst_t, bool
144144
if (dst_t == python::type_id<Pointer>()
145145
&& !(null_ptr_only && get_pointer(this->m_p))
146146
)
147-
return &this->m_p;
147+
return &this->m_p;
148148

149149
if (!get_pointer(this->m_p))
150150
return 0;

0 commit comments

Comments
 (0)