whitespace only, no functional change mixed tabs/spaces --> tabs.
This commit is contained in:
@@ -668,8 +668,8 @@ static struct PyModuleDef bpy_proxy_def= {
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
/* Type-specific fields go here. */
|
||||
PyObject_HEAD
|
||||
/* Type-specific fields go here. */
|
||||
PyObject *mod;
|
||||
} dealloc_obj;
|
||||
|
||||
|
Reference in New Issue
Block a user