Skip to content

Commit 7999da3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c8e301c commit 7999da3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/_imagingft.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct {
8181
/* -------------------------------------------------------------------- */
8282
/* font objects */
8383

84-
static FT_Library library;
84+
static FT_Library library;
8585
#ifdef Py_GIL_DISABLED
8686
PyMutex ft_library_mutex;
8787
#endif
@@ -1648,7 +1648,7 @@ PyInit__imagingft(void) {
16481648
}
16491649

16501650
#ifdef Py_GIL_DISABLED
1651-
ft_library_mutex = (PyMutex) {0};
1651+
ft_library_mutex = (PyMutex){0};
16521652
PyUnstable_Module_SetGIL(m, Py_MOD_GIL_NOT_USED);
16531653
#endif
16541654

0 commit comments

Comments
 (0)