Fix trailing whitespaces in C files. (#4130)

This commit is contained in:
Serhiy Storchaka 2017-10-26 16:59:40 +03:00 committed by GitHub
parent 56d1f5ca32
commit bdf4298ae2
4 changed files with 6 additions and 6 deletions

View file

@ -125,8 +125,8 @@ typedef struct _ts PyThreadState;
#else
typedef struct _err_stackitem {
/* This struct represents an entry on the exception stack, which is a
* per-coroutine state. (Coroutine in the computer science sense,
/* This struct represents an entry on the exception stack, which is a
* per-coroutine state. (Coroutine in the computer science sense,
* including the thread and generators).
* This ensures that the exception state is not impacted by "yields"
* from an except handler.