mirror of
https://git.kore.io/kore.git
synced 2024-11-16 15:06:37 +01:00
whitespace fixes
This commit is contained in:
parent
355cf87b93
commit
3eff4b9790
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user