]> granicus.if.org Git - python/commit
Convert coding style to be internally consistent and similar to the
authorFred Drake <fdrake@acm.org>
Wed, 12 Jul 2000 04:49:00 +0000 (04:49 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 12 Jul 2000 04:49:00 +0000 (04:49 +0000)
commit0582df98d3fe7dff7d5fcb06adc391b2fa2bb44d
tree7fcc8220641d83d34030061736ac3f4283b1212b
parentcc1be2401e49dc278347002761e32582eb140bed
Convert coding style to be internally consistent and similar to the
rest of the Python C code: space between "if", "for" and "(", no space
between "(", ")" and function call parameters, etc.
Modules/pyexpat.c