mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-44854: Remove trailing whitespaces (GH-27689)
This commit is contained in:
parent
7d14fdb03c
commit
058fb35b57
13 changed files with 15 additions and 15 deletions
|
@ -83,7 +83,7 @@ struct tok_state {
|
|||
int async_def_nl; /* =1 if the outermost 'async def' had at least one
|
||||
NEWLINE token after it. */
|
||||
/* How to proceed when asked for a new token in interactive mode */
|
||||
enum interactive_underflow_t interactive_underflow;
|
||||
enum interactive_underflow_t interactive_underflow;
|
||||
};
|
||||
|
||||
extern struct tok_state *PyTokenizer_FromString(const char *, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue