Merge pull request #2739 from uploadcare/convert-tabs-to-spaces

Fix indention in Imaging.h
This commit is contained in:
Alexander Karpinsky 2017-09-16 21:26:50 +03:00 committed by GitHub
commit 574a8e4793

View File

@ -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);