[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. Fixed two Coverity issues in pngcp.c.
Version 1.7.0beta83 [July 4, 2016] 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 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -5691,6 +5691,7 @@ Version 1.7.0beta82 [July 4, 2016]
Fixed two Coverity issues in pngcp.c. Fixed two Coverity issues in pngcp.c.
Version 1.7.0beta83 [July 4, 2016] 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 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

3
png.h
View File

@ -286,8 +286,7 @@
/* Version information for png.h - this should match the version in png.c */ /* Version information for png.h - this should match the version in png.c */
#define PNG_LIBPNG_VER_STRING "1.7.0beta83" #define PNG_LIBPNG_VER_STRING "1.7.0beta83"
#define PNG_HEADER_VERSION_STRING \ #define PNG_HEADER_VERSION_STRING " libpng version 1.7.0beta83 - July 4, 2016\n"
" libpng version 1.7.0beta83 - July 4, 2016\n"
#define PNG_LIBPNG_VER_SONUM 17 #define PNG_LIBPNG_VER_SONUM 17
#define PNG_LIBPNG_VER_DLLNUM 17 #define PNG_LIBPNG_VER_DLLNUM 17