mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
com_init(): My entry into the smallest patch possible category.
(cosmetic whitespace change).
This commit is contained in:
parent
90cecee894
commit
174e8018c4
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ com_init(struct compiling *c, char *filename)
|
|||
c->c_firstlineno = 0;
|
||||
c->c_last_addr = 0;
|
||||
c->c_last_line = 0;
|
||||
c-> c_lnotab_next = 0;
|
||||
c->c_lnotab_next = 0;
|
||||
c->c_tmpname = 0;
|
||||
c->c_symtable = NULL;
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue