mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix trailing whitespaces in C files. (#4130)
This commit is contained in:
parent
56d1f5ca32
commit
bdf4298ae2
4 changed files with 6 additions and 6 deletions
|
|
@ -804,7 +804,7 @@ do_WSARecv(OverlappedObject *self, HANDLE handle,
|
|||
WSABUF wsabuf;
|
||||
int ret;
|
||||
DWORD err;
|
||||
|
||||
|
||||
wsabuf.buf = bufstart;
|
||||
wsabuf.len = buflen;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue