mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
svnversion_init(): Use standard layout for function defn.
This commit is contained in:
parent
216b78bdaa
commit
e86e7a5b62
1 changed files with 2 additions and 1 deletions
|
@ -943,7 +943,8 @@ static char branch[50];
|
|||
static char shortbranch[50];
|
||||
static const char *svn_revision;
|
||||
|
||||
static void svnversion_init(void)
|
||||
static void
|
||||
svnversion_init(void)
|
||||
{
|
||||
const char *python, *br_start, *br_end, *br_end2, *svnversion;
|
||||
int len, istag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue