whitespace fixes

This commit is contained in:
Joris Vink 2021-08-27 10:12:11 +02:00
parent 355cf87b93
commit 3eff4b9790
1 changed files with 1 additions and 1 deletions

View File

@ -6200,7 +6200,7 @@ pyhttp_client_request(struct pyhttp_client *client, int m, PyObject *kwargs)
default:
fatal("%s: unknown method %d", __func__, m);
}
op = PyObject_New(struct pyhttp_client_op, &pyhttp_client_op_type);
if (op == NULL)
return (NULL);