mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
replace tabs in thirdparty libs
This commit is contained in:
parent
d4403bec46
commit
3386a9ce02
2
src/thirdparty/fribidi-shim/fribidi.h
vendored
2
src/thirdparty/fribidi-shim/fribidi.h
vendored
|
@ -43,7 +43,7 @@ typedef signed char FriBidiLevel;
|
|||
|
||||
#define FRIBIDI_TYPE_LTR_VAL 0x00000110L
|
||||
#define FRIBIDI_TYPE_RTL_VAL 0x00000111L
|
||||
#define FRIBIDI_TYPE_ON_VAL 0x00000040L
|
||||
#define FRIBIDI_TYPE_ON_VAL 0x00000040L
|
||||
|
||||
typedef uint32_t FriBidiCharType;
|
||||
#define FRIBIDI_TYPE_LTR FRIBIDI_TYPE_LTR_VAL
|
||||
|
|
4
src/thirdparty/raqm/raqm-version.h
vendored
4
src/thirdparty/raqm/raqm-version.h
vendored
|
@ -38,7 +38,7 @@
|
|||
#define RAQM_VERSION_STRING "0.7.1"
|
||||
|
||||
#define RAQM_VERSION_ATLEAST(major,minor,micro) \
|
||||
((major)*10000+(minor)*100+(micro) <= \
|
||||
RAQM_VERSION_MAJOR*10000+RAQM_VERSION_MINOR*100+RAQM_VERSION_MICRO)
|
||||
((major)*10000+(minor)*100+(micro) <= \
|
||||
RAQM_VERSION_MAJOR*10000+RAQM_VERSION_MINOR*100+RAQM_VERSION_MICRO)
|
||||
|
||||
#endif /* _RAQM_VERSION_H_ */
|
||||
|
|
Loading…
Reference in New Issue
Block a user