style cleanup: guys - set your editors to tabs!

This commit is contained in:
Campbell Barton
2012-05-01 17:51:03 +00:00
parent f2ff1da6d7
commit 933b3166fc
30 changed files with 243 additions and 243 deletions

View File

@@ -52,7 +52,7 @@ enum KX_PYGENSEQ_TYPE {
extern PyTypeObject KX_PythonSeq_Type;
#define BPy_KX_PythonSeq_Check(obj) \
(Py_TYPE(obj) == &KX_PythonSeq_Type)
(Py_TYPE(obj) == &KX_PythonSeq_Type)
typedef struct {
PyObject_VAR_HEAD