mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
clean up function declarations to conform to PEP-7 style.
This commit is contained in:
parent
6539d2d3c7
commit
63f0db682e
3 changed files with 44 additions and 22 deletions
|
@ -75,7 +75,8 @@ static int initialized;
|
|||
|
||||
static void PyThread__init_thread(void); /* Forward */
|
||||
|
||||
void PyThread_init_thread(void)
|
||||
void
|
||||
PyThread_init_thread(void)
|
||||
{
|
||||
#ifdef Py_DEBUG
|
||||
char *p = getenv("THREADDEBUG");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue