mirror of
https://github.com/python/cpython.git
synced 2025-10-22 22:53:06 +00:00
Fix indentation of switch cases.
This commit is contained in:
parent
d45a46b60d
commit
ee07b94788
1 changed files with 11 additions and 11 deletions
|
@ -1317,7 +1317,7 @@ pyepoll_internal_ctl(int epfd, int op, PyObject *pfd, unsigned int events)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
switch(op) {
|
||||
switch (op) {
|
||||
case EPOLL_CTL_ADD:
|
||||
case EPOLL_CTL_MOD:
|
||||
ev.events = events;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue