mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Merge pull request #2000 from wiredfool/pr_1961
Removed trailing whitespace
This commit is contained in:
commit
54998fc7e8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user