Whitespace, 8 space tabs -> 4 spaces

This commit is contained in:
wiredfool 2013-05-15 21:15:24 -07:00
parent 601ff3bd2f
commit c4a040d069

View File

@ -41,7 +41,7 @@
/* -------------------------------------------------------------------- */
/* Common */
/* Common */
/* -------------------------------------------------------------------- */
typedef struct {
@ -108,7 +108,7 @@ _decode(ImagingDecoderObject* decoder, PyObject* args)
int bufsize, status;
if (!PyArg_ParseTuple(args, PY_ARG_BYTES_LENGTH, &buffer, &bufsize))
return NULL;
return NULL;
status = decoder->decode(decoder->im, &decoder->state, buffer, bufsize);