ClangFormat: run with ReflowComments on source/
Prepare for enabling ReflowComments.
This commit is contained in:
@@ -807,7 +807,7 @@ int BPY_context_member_get(bContext *C, const char *member, bContextDataResult *
|
||||
else if (BPy_StructRNA_Check(item)) {
|
||||
ptr = &(((BPy_StructRNA *)item)->ptr);
|
||||
|
||||
//result->ptr = ((BPy_StructRNA *)item)->ptr;
|
||||
// result->ptr = ((BPy_StructRNA *)item)->ptr;
|
||||
CTX_data_pointer_set(result, ptr->id.data, ptr->type, ptr->data);
|
||||
CTX_data_type_set(result, CTX_DATA_TYPE_POINTER);
|
||||
done = true;
|
||||
|
||||
Reference in New Issue
Block a user