Removed trailing whitespace

This commit is contained in:
Andrew Murray 2016-06-17 20:03:21 +10:00 committed by wiredfool
parent 1656b47d64
commit 5e5bda95e0
13 changed files with 25 additions and 25 deletions

View File

@ -490,8 +490,8 @@ struct ImagingCodecStateInstance {
};
/* Codec read/write python fd */
/* Codec read/write python fd */
extern Py_ssize_t _imaging_read_pyFd(PyObject *fd, char* dest, Py_ssize_t bytes);
extern Py_ssize_t _imaging_write_pyFd(PyObject *fd, char* src, Py_ssize_t bytes);
extern int _imaging_seek_pyFd(PyObject *fd, Py_ssize_t offset, int whence);