File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ ColumnLimit: 88
1111DerivePointerAlignment : false
1212IndentGotoLabels : false
1313IndentWidth : 4
14- Language : Cpp
1514PointerAlignment : Right
1615ReflowComments : true
1716SortIncludes : false
Original file line number Diff line number Diff line change @@ -1402,8 +1402,8 @@ static struct PyGetSetDef cms_profile_getsetters[] = {
14021402 {"colorant_table_out" , (getter )cms_profile_getattr_colorant_table_out },
14031403 {"intent_supported" , (getter )cms_profile_getattr_is_intent_supported },
14041404 {"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 },
14071407 {"icc_viewing_condition" , (getter )cms_profile_getattr_icc_viewing_condition },
14081408
14091409 {NULL }
You can’t perform that action at this time.
0 commit comments