Whitespace, 8 space tabs -> 4 spaces

This commit is contained in:
wiredfool 2013-05-15 21:14:03 -07:00
parent 454a914b56
commit 601ff3bd2f

View File

@ -178,6 +178,7 @@ _setimage(ImagingDecoderObject* decoder, PyObject* args)
static struct PyMethodDef methods[] = {
{"decode", (PyCFunction)_decode, 1},
{"cleanup", (PyCFunction)_decode_cleanup, 1},
{"setimage", (PyCFunction)_setimage, 1},
{NULL, NULL} /* sentinel */
};