Moved code onto single line

This commit is contained in:
Andrew Murray 2024-04-02 15:34:46 +11:00 committed by Yay295
parent 7a9b57ce08
commit 75454646f4

View File

@ -181,8 +181,7 @@ cms_profile_dealloc(CmsProfileObject *self) {
/* a transform represents the mapping between two profiles */
typedef struct {
PyObject_HEAD
cmsHTRANSFORM transform;
PyObject_HEAD cmsHTRANSFORM transform;
} CmsTransformObject;
static PyTypeObject CmsTransform_Type;