Skip to content

Commit ffdd0c6

Browse files
committed
Stray newline change.
1 parent 1eec109 commit ffdd0c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/codecs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ 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-
4746
return ret;
4847

4948
onError:

0 commit comments

Comments
 (0)