From 174e8018c4da9a44749a711dc3300b405223c69f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 22 Jan 2001 04:35:57 +0000 Subject: [PATCH] com_init(): My entry into the smallest patch possible category. (cosmetic whitespace change). --- Python/compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/compile.c b/Python/compile.c index 87b236a0b051..6ca777e5bb62 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -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; -- 2.47.3