spaces -> tabs (whitespace only changes)

This commit is contained in:
2011-10-06 22:04:01 +00:00
parent f9ea19ac12
commit c27926896f
19 changed files with 113 additions and 114 deletions

View File

@@ -40,7 +40,7 @@ void bpy_app_generic_callback(struct Main *main, struct ID *id, void *arg);
static PyTypeObject BlenderAppCbType;
static PyStructSequence_Field app_cb_info_fields[]= {
{(char *)"frame_change_pre", NULL},
{(char *)"frame_change_pre", NULL},
{(char *)"frame_change_post", NULL},
{(char *)"render_pre", NULL},
{(char *)"render_post", NULL},