File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ ColumnLimit: 88
11
11
DerivePointerAlignment : false
12
12
IndentGotoLabels : false
13
13
IndentWidth : 4
14
- Language : Cpp
15
14
PointerAlignment : Right
16
15
ReflowComments : true
17
16
SortIncludes : false
Original file line number Diff line number Diff line change @@ -1402,8 +1402,8 @@ static struct PyGetSetDef cms_profile_getsetters[] = {
1402
1402
{"colorant_table_out" , (getter )cms_profile_getattr_colorant_table_out },
1403
1403
{"intent_supported" , (getter )cms_profile_getattr_is_intent_supported },
1404
1404
{"clut" , (getter )cms_profile_getattr_is_clut },
1405
- {"icc_measurement_condition" , ( getter ) cms_profile_getattr_icc_measurement_condition
1406
- },
1405
+ {"icc_measurement_condition" ,
1406
+ ( getter ) cms_profile_getattr_icc_measurement_condition },
1407
1407
{"icc_viewing_condition" , (getter )cms_profile_getattr_icc_viewing_condition },
1408
1408
1409
1409
{NULL }
You can’t perform that action at this time.
0 commit comments