[devel] Fix inconsistent whitespace and indentation.

This commit is contained in:
Glenn Randers-Pehrson 2010-03-03 09:35:31 -06:00
parent 262d0ff047
commit 3ea36758ef
2 changed files with 315 additions and 302 deletions

View File

@ -136,8 +136,8 @@ png_create_read_struct_2(png_const_charp user_png_ver, png_voidp error_ptr,
png_warning(png_ptr, msg);
}
png_snprintf(msg, 80,
"Application is running with png.c from libpng-%.20s",
png_libpng_ver);
"Application is running with png.c from libpng-%.20s",
png_libpng_ver);
png_warning(png_ptr, msg);
#endif
#ifdef PNG_ERROR_NUMBERS_SUPPORTED

File diff suppressed because it is too large Load Diff