Kaydet (Commit) ee07b947 authored tarafından Guido van Rossum's avatar Guido van Rossum

Fix indentation of switch cases.

üst d45a46b6
...@@ -1317,7 +1317,7 @@ pyepoll_internal_ctl(int epfd, int op, PyObject *pfd, unsigned int events) ...@@ -1317,7 +1317,7 @@ pyepoll_internal_ctl(int epfd, int op, PyObject *pfd, unsigned int events)
return NULL; return NULL;
} }
switch(op) { switch (op) {
case EPOLL_CTL_ADD: case EPOLL_CTL_ADD:
case EPOLL_CTL_MOD: case EPOLL_CTL_MOD:
ev.events = events; ev.events = events;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment