mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Convert tabs to spaces in Imaging.h
This commit is contained in:
parent
1f61c4efd4
commit
763df3d90b
|
@ -181,8 +181,6 @@ extern void ImagingAccessInit(void);
|
|||
extern ImagingAccess ImagingAccessNew(Imaging im);
|
||||
extern void _ImagingAccessDelete(Imaging im, ImagingAccess access);
|
||||
#define ImagingAccessDelete(im, access) /* nop, for now */
|
||||
/*#define ImagingAccessDelete(im, access) \
|
||||
((access)->dynamic ? _ImagingAccessDelete((im), (access)), 0 : 0)) */
|
||||
|
||||
extern ImagingPalette ImagingPaletteNew(const char *mode);
|
||||
extern ImagingPalette ImagingPaletteNewBrowser(void);
|
||||
|
|
Loading…
Reference in New Issue
Block a user