mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Whitespace, 8 space tabs -> 4 spaces
This commit is contained in:
parent
601ff3bd2f
commit
c4a040d069
4
decode.c
4
decode.c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user