Skip to content

Commit

Permalink
Corrected indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored and Yay295 committed Apr 6, 2024
1 parent 1c2a323 commit 7eee479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_imagingcms.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ _buildTransform(

Py_END_ALLOW_THREADS

if (!hTransform) {
if (!hTransform) {
PyErr_SetString(PyExc_ValueError, "cannot build transform");
}

Expand Down Expand Up @@ -424,7 +424,7 @@ _buildProofTransform(

Py_END_ALLOW_THREADS

if (!hTransform) {
if (!hTransform) {
PyErr_SetString(PyExc_ValueError, "cannot build proof transform");
}

Expand Down

0 comments on commit 7eee479

Please sign in to comment.