mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 08:12:33 +03:00
Moved code onto single line
This commit is contained in:
parent
7a9b57ce08
commit
75454646f4
|
@ -181,8 +181,7 @@ cms_profile_dealloc(CmsProfileObject *self) {
|
||||||
/* a transform represents the mapping between two profiles */
|
/* a transform represents the mapping between two profiles */
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
PyObject_HEAD
|
PyObject_HEAD cmsHTRANSFORM transform;
|
||||||
cmsHTRANSFORM transform;
|
|
||||||
} CmsTransformObject;
|
} CmsTransformObject;
|
||||||
|
|
||||||
static PyTypeObject CmsTransform_Type;
|
static PyTypeObject CmsTransform_Type;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user