mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
Add semicolons to fix indent
This commit is contained in:
parent
617e7295a8
commit
c0cb417a44
|
@ -385,7 +385,7 @@ _buildTransform(
|
||||||
iRenderingIntent,
|
iRenderingIntent,
|
||||||
cmsFLAGS);
|
cmsFLAGS);
|
||||||
|
|
||||||
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");
|
||||||
|
@ -419,7 +419,7 @@ _buildProofTransform(
|
||||||
iProofIntent,
|
iProofIntent,
|
||||||
cmsFLAGS);
|
cmsFLAGS);
|
||||||
|
|
||||||
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