mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
A few more whitespace normalizations.
This commit is contained in:
parent
74f3143d18
commit
05ac449d29
@ -477,6 +477,7 @@ static struct PyMethodDef readline_methods[] =
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
||||
/* C function to call the Python hooks. */
|
||||
|
||||
static int
|
||||
@ -523,6 +524,7 @@ on_pre_input_hook(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/* C function to call the Python completer. */
|
||||
|
||||
static char *
|
||||
@ -577,6 +579,7 @@ flex_complete(char *text, int start, int end)
|
||||
return completion_matches(text, *on_completion);
|
||||
}
|
||||
|
||||
|
||||
/* Helper to initialize GNU readline properly. */
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user