[libpng17] Fixed some indentation to comply with our coding style (synced

with libpng-1.6.24beta05).
This commit is contained in:
Glenn Randers-Pehrson 2016-07-13 15:27:04 -05:00
parent 83ca33b017
commit f1fb09c406
9 changed files with 137 additions and 136 deletions

View File

@ -1391,6 +1391,7 @@ Version 1.7.0beta82 [July 4, 2016]
Fixed two Coverity issues in pngcp.c.
Version 1.7.0beta83 [July 4, 2016]
Fixed some indentation to comply with our coding style.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -5691,6 +5691,7 @@ Version 1.7.0beta82 [July 4, 2016]
Fixed two Coverity issues in pngcp.c.
Version 1.7.0beta83 [July 4, 2016]
Fixed some indentation to comply with our coding style.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

7
png.h
View File

@ -286,8 +286,7 @@
/* Version information for png.h - this should match the version in png.c */
#define PNG_LIBPNG_VER_STRING "1.7.0beta83"
#define PNG_HEADER_VERSION_STRING \
" libpng version 1.7.0beta83 - July 4, 2016\n"
#define PNG_HEADER_VERSION_STRING " libpng version 1.7.0beta83 - July 4, 2016\n"
#define PNG_LIBPNG_VER_SONUM 17
#define PNG_LIBPNG_VER_DLLNUM 17
@ -332,14 +331,14 @@
* the library has been built.
*/
#ifndef PNGLCONF_H
/* If pnglibconf.h is missing, you can
/* If pnglibconf.h is missing, you can
* copy scripts/pnglibconf.h.prebuilt to pnglibconf.h
*/
# include "pnglibconf.h"
#endif
#ifndef PNG_VERSION_INFO_ONLY
/* Machine specific configuration. */
/* Machine specific configuration. */
# include "pngconf.h"
#endif