com_init(): My entry into the smallest patch possible category.
(cosmetic whitespace change).
diff --git a/Python/compile.c b/Python/compile.c
index 87b236a..6ca777e 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -575,7 +575,7 @@
 	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;