mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Merge pull request #2739 from uploadcare/convert-tabs-to-spaces
Fix indention in Imaging.h
This commit is contained in:
commit
574a8e4793
|
@ -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