Skip to content

Commit

Permalink
Moved code onto single line
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored and Yay295 committed Apr 2, 2024
1 parent 7a9b57c commit 7545464
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/_imagingcms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7545464

Please sign in to comment.