mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Minor source formatting fixes.
This commit is contained in:
parent
e04ee70a68
commit
954bcf5fe0
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
|||
/* ---------------------------------------------------------------*/
|
||||
|
||||
#include "Python.h"
|
||||
#include <time.h> // for seeding to current time
|
||||
#include <time.h> /* for seeding to current time */
|
||||
|
||||
/* Period parameters -- These are all magic. Don't change. */
|
||||
#define N 624
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue