Cleanup: white space around comment blocks
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user