style cleanup: spaces -> tabs

This commit is contained in:
Campbell Barton 2013-02-04 00:18:09 +00:00
parent 9d4be17de4
commit 69993c5d40
30 changed files with 65 additions and 72 deletions

@ -173,4 +173,3 @@ long GHOST_DisplayManagerCarbon::getValue(CFDictionaryRef values, CFStringRef ke
return intValue; return intValue;
} }

@ -27,7 +27,6 @@
* \ingroup bke * \ingroup bke
*/ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stddef.h> #include <stddef.h>

@ -343,8 +343,6 @@ void ArmatureImporter::create_armature_bones( )
ED_armature_edit_free(ob_arm); ED_armature_edit_free(ob_arm);
DAG_id_tag_update(&ob_arm->id, OB_RECALC_OB | OB_RECALC_DATA); DAG_id_tag_update(&ob_arm->id, OB_RECALC_OB | OB_RECALC_DATA);
} }
} }
void ArmatureImporter::create_armature_bones(SkinInfo& skin) void ArmatureImporter::create_armature_bones(SkinInfo& skin)

@ -27,7 +27,6 @@
* \ingroup edgpencil * \ingroup edgpencil
*/ */
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>

@ -655,7 +655,6 @@ static int sculpt_brush_test_cyl(SculptBrushTest *test, float co[3], float locat
* *
*/ */
static float overlapped_curve(Brush *br, float x) static float overlapped_curve(Brush *br, float x)
{ {
int i; int i;

@ -29,7 +29,6 @@
* \ingroup player * \ingroup player
*/ */
#include <iostream> #include <iostream>
#include <string.h> #include <string.h>