From 3ea36758efb172cc55c1ebba17a0f4a174cf4e30 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Wed, 3 Mar 2010 09:35:31 -0600 Subject: [devel] Fix inconsistent whitespace and indentation. --- pngread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pngread.c') diff --git a/pngread.c b/pngread.c index dbb7539d3..6d09fc6f5 100644 --- a/pngread.c +++ b/pngread.c @@ -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 -- cgit v1.2.1