Skip to content
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 25, 2024
commit 1420e725664114680ce72ad5b9542229faa39a0f
4 changes: 2 additions & 2 deletions src/_imagingcms.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ _buildTransform(

Py_END_ALLOW_THREADS;

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

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

Py_END_ALLOW_THREADS;

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

Expand Down