clean up function declarations to conform to PEP-7 style.

This commit is contained in:
Andrew MacIntyre 2006-06-04 12:59:59 +00:00
parent 6539d2d3c7
commit 63f0db682e
3 changed files with 44 additions and 22 deletions

View file

@ -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");