mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	[libpng16] Fixed some indentation in pngrutil.c
This commit is contained in:
		
							parent
							
								
									3669467347
								
							
						
					
					
						commit
						664bd637b5
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* pngrutil.c - utilities to read a PNG file
 | 
					/* pngrutil.c - utilities to read a PNG file
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Last changed in libpng 1.6.11 [June 5, 2014]
 | 
					 * Last changed in libpng 1.6.14 [(PENDING RELEASE)]
 | 
				
			||||||
 * Copyright (c) 1998-2014 Glenn Randers-Pehrson
 | 
					 * Copyright (c) 1998-2014 Glenn Randers-Pehrson
 | 
				
			||||||
 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
 | 
					 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
 | 
				
			||||||
 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
 | 
					 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
 | 
				
			||||||
@ -366,8 +366,7 @@ png_inflate_claim(png_structrp png_ptr, png_uint_32 owner)
 | 
				
			|||||||
      int ret; /* zlib return code */
 | 
					      int ret; /* zlib return code */
 | 
				
			||||||
#if PNG_ZLIB_VERNUM >= 0x1240
 | 
					#if PNG_ZLIB_VERNUM >= 0x1240
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#        if defined(PNG_SET_OPTION_SUPPORTED) && \
 | 
					# if defined(PNG_SET_OPTION_SUPPORTED) && defined(PNG_MAXIMUM_INFLATE_WINDOW)
 | 
				
			||||||
            defined(PNG_MAXIMUM_INFLATE_WINDOW)
 | 
					 | 
				
			||||||
      int window_bits;
 | 
					      int window_bits;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      if (((png_ptr->options >> PNG_MAXIMUM_INFLATE_WINDOW) & 3) ==
 | 
					      if (((png_ptr->options >> PNG_MAXIMUM_INFLATE_WINDOW) & 3) ==
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user