Corrected indentation

This commit is contained in:
Andrew Murray 2024-04-06 14:28:33 +11:00 committed by Yay295
parent 1c2a323a90
commit 7eee479ce5

View File

@ -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");
} }