mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Corrected indentation
This commit is contained in:
parent
1c2a323a90
commit
7eee479ce5
|
@ -390,7 +390,7 @@ _buildTransform(
|
||||||
|
|
||||||
Py_END_ALLOW_THREADS
|
Py_END_ALLOW_THREADS
|
||||||
|
|
||||||
if (!hTransform) {
|
if (!hTransform) {
|
||||||
PyErr_SetString(PyExc_ValueError, "cannot build transform");
|
PyErr_SetString(PyExc_ValueError, "cannot build transform");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -424,7 +424,7 @@ _buildProofTransform(
|
||||||
|
|
||||||
Py_END_ALLOW_THREADS
|
Py_END_ALLOW_THREADS
|
||||||
|
|
||||||
if (!hTransform) {
|
if (!hTransform) {
|
||||||
PyErr_SetString(PyExc_ValueError, "cannot build proof transform");
|
PyErr_SetString(PyExc_ValueError, "cannot build proof transform");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user