Skip to content

Commit ef59495

Browse files
committed
Apparently that wasn't a stray newline change.
1 parent fb77bb3 commit ef59495

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/codecs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ int PyCodec_Register(PyObject *search_function)
4343
FT_MUTEX_LOCK(&interp->codecs.search_path_mutex);
4444
int ret = PyList_Append(interp->codecs.search_path, search_function);
4545
FT_MUTEX_UNLOCK(&interp->codecs.search_path_mutex);
46+
4647
return ret;
4748

4849
onError:

0 commit comments

Comments
 (0)