Skip to content

Commit 2089363

Browse files
committed
style change
1 parent 94a57d2 commit 2089363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_interpchannelsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ static _channelends *
921921
_channelends_new(void)
922922
{
923923
_channelends *ends = GLOBAL_MALLOC(_channelends);
924-
if (ends== NULL) {
924+
if (ends == NULL) {
925925
PyErr_NoMemory();
926926
return NULL;
927927
}

0 commit comments

Comments
 (0)