pgindent did a pretty awful job on the timezone code, particularly with

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d584db60864f963691cd484b2438305dfaabae9e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-05-21T20:59:10Z
Releases: 8.0.0
pgindent did a pretty awful job on the timezone code, particularly with
respect to doubly-starred comment blocks.  Do some manual cleanup.

Files

PathChange+/−
src/timezone/ialloc.c modified +8 −0
src/timezone/localtime.c modified +182 −171
src/timezone/private.h modified +26 −24
src/timezone/scheck.c modified +8 −0
src/timezone/strftime.c modified +77 −68
src/timezone/tzfile.h modified +52 −49
src/timezone/zic.c modified +94 −84