Skip to content

Commit

Permalink
removed extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 21, 2018
1 parent 22b4d77 commit 52f441f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pconvert/extension.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ PyObject *extension_blend_multiple(PyObject *self, PyObject *args, PyObject *kwa
VALIDATE_A(release_image(&top), Py_BLOCK_THREADS Py_RETURN_NONE);
Py_END_ALLOW_THREADS;
Py_DECREF(element);
if(use_algorithms) { Py_DECREF(algorithm_o); }
if(use_algorithms) { Py_DECREF(algorithm_o); }
#if PY_MAJOR_VERSION >= 3
Py_DECREF(encoded);
if(use_algorithms) { Py_DECREF(algorithm_e); }
Expand Down

0 comments on commit 52f441f

Please sign in to comment.