whitespace only, no functional change mixed tabs/spaces --> tabs.

This commit is contained in:
2011-04-21 13:11:51 +00:00
parent 2e9982f420
commit 210ee1ade4
87 changed files with 602 additions and 604 deletions

View File

@@ -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;