mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 01:13:34 +03:00
Fix clang-format: Configuration file(s) do(es) not support C
This commit is contained in:
parent
a5a8ece5d2
commit
8c4510cb23
|
@ -11,7 +11,6 @@ ColumnLimit: 88
|
||||||
DerivePointerAlignment: false
|
DerivePointerAlignment: false
|
||||||
IndentGotoLabels: false
|
IndentGotoLabels: false
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
Language: Cpp
|
|
||||||
PointerAlignment: Right
|
PointerAlignment: Right
|
||||||
ReflowComments: true
|
ReflowComments: true
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
|
|
|
@ -1402,8 +1402,8 @@ static struct PyGetSetDef cms_profile_getsetters[] = {
|
||||||
{"colorant_table_out", (getter)cms_profile_getattr_colorant_table_out},
|
{"colorant_table_out", (getter)cms_profile_getattr_colorant_table_out},
|
||||||
{"intent_supported", (getter)cms_profile_getattr_is_intent_supported},
|
{"intent_supported", (getter)cms_profile_getattr_is_intent_supported},
|
||||||
{"clut", (getter)cms_profile_getattr_is_clut},
|
{"clut", (getter)cms_profile_getattr_is_clut},
|
||||||
{"icc_measurement_condition", (getter)cms_profile_getattr_icc_measurement_condition
|
{"icc_measurement_condition",
|
||||||
},
|
(getter)cms_profile_getattr_icc_measurement_condition},
|
||||||
{"icc_viewing_condition", (getter)cms_profile_getattr_icc_viewing_condition},
|
{"icc_viewing_condition", (getter)cms_profile_getattr_icc_viewing_condition},
|
||||||
|
|
||||||
{NULL}
|
{NULL}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user