Cleanup: white space around comment blocks

This commit is contained in:
2022-12-17 15:58:30 +11:00
parent a0a7db9f70
commit 0cc573c8c4
41 changed files with 68 additions and 67 deletions

View File

@@ -94,8 +94,10 @@ static PyStructSequence_Desc app_cb_info_desc = {
# endif
#endif
/* --------------------------------------------------------------------------*/
/* permanent tagging code */
/* -------------------------------------------------------------------- */
/** \name Permanent Tagging Code
* \{ */
#define PERMINENT_CB_ID "_bpy_persistent"
static PyObject *bpy_app_handlers_persistent_new(PyTypeObject *UNUSED(type),
@@ -190,6 +192,8 @@ static PyTypeObject BPyPersistent_Type = {
/*tp_vectorcall*/ NULL,
};
/** \} */
static PyObject *py_cb_array[BKE_CB_EVT_TOT] = {NULL};
static PyObject *make_app_cb_info(void)