More cosmetic reformatting

Broke several remaining "if () statement;" and "else statement;" into
two lines.
This commit is contained in:
Glenn Randers-Pehrson
2009-05-30 20:19:20 -05:00
parent 45ae51743b
commit d8eb62ff15
7 changed files with 48 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.0beta62 - May 29, 2009
Libpng 1.4.0beta62 - May 31, 2009
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@@ -466,9 +466,10 @@ version 1.4.0beta61 [May 20, 2009]
accordingly.
More reformatting of comments, mostly to capitalize sentences.
version 1.4.0beta62 [May 29, 2009]
version 1.4.0beta62 [May 31, 2009]
Added "#define PNG_NO_WRITE_SWAP" to contrib/pngminim/encoder/pngusr.h
and "define PNG_NO_READ_SWAP" to decoder/pngusr.h and preader/pngusr.h
Reformatted several remaining "else statement" into two lines.
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.