Skip to content

Commit 8c4510c

Browse files
committed
Fix clang-format: Configuration file(s) do(es) not support C
1 parent a5a8ece commit 8c4510c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.clang-format

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ColumnLimit: 88
1111
DerivePointerAlignment: false
1212
IndentGotoLabels: false
1313
IndentWidth: 4
14-
Language: Cpp
1514
PointerAlignment: Right
1615
ReflowComments: true
1716
SortIncludes: false

src/_imagingcms.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)