mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +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 */
|
||||
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
cmsHTRANSFORM transform;
|
||||
PyObject_HEAD cmsHTRANSFORM transform;
|
||||
} CmsTransformObject;
|
||||
|
||||
static PyTypeObject CmsTransform_Type;
|
||||
|
|
Loading…
Reference in New Issue
Block a user