Cleanup: trailing newlines
This commit is contained in:
@@ -804,4 +804,3 @@ void BPy_BM_init_types_meshdata(void)
|
||||
bm_init_types_bmdvert();
|
||||
bm_init_types_bmvertskin();
|
||||
}
|
||||
|
||||
|
||||
@@ -57,4 +57,3 @@ Py_LOCAL_INLINE(int) PyList_APPEND(PyObject *op, PyObject *v)
|
||||
#endif
|
||||
|
||||
#endif /* __PYTHON_UTILDEFINES_H__ */
|
||||
|
||||
|
||||
@@ -35,4 +35,3 @@
|
||||
PyObject *BPY_app_alembic_struct(void);
|
||||
|
||||
#endif /* __BPY_APP_ALEMBIC_H__ */
|
||||
|
||||
|
||||
@@ -35,4 +35,3 @@
|
||||
PyObject *BPY_app_openvdb_struct(void);
|
||||
|
||||
#endif /* __BPY_APP_OPENVDB_H__ */
|
||||
|
||||
|
||||
@@ -824,4 +824,3 @@ void BPY_app_translations_end(void)
|
||||
_clear_translations_cache();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@@ -200,4 +200,3 @@ PyObject *PYOP_wrap_macro_define(PyObject *UNUSED(self), PyObject *args)
|
||||
|
||||
return pyrna_struct_CreatePyObject(&ptr_otmacro);
|
||||
}
|
||||
|
||||
|
||||
@@ -64,4 +64,3 @@ PyObject *BPyInit__bpy_path(void)
|
||||
|
||||
return submodule;
|
||||
}
|
||||
|
||||
|
||||
@@ -340,4 +340,3 @@ PyObject *GPU_initPython(void)
|
||||
PyDict_SetItem(PyImport_GetModuleDict(), PyModule_GetNameObject(module), module);
|
||||
return module;
|
||||
}
|
||||
|
||||
|
||||
@@ -59,7 +59,3 @@ for d in defs.split('\n'):
|
||||
py_val = w[0]
|
||||
|
||||
print '\tPyModule_AddObject(mod, "%s", PyLong_FromSize_t(%s));' % (val, py_val)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user