mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Merge pull request #4600 from radarhere/tabs
Replaced tabs with spaces in C code
This commit is contained in:
		
						commit
						a9cd55bc39
					
				| 
						 | 
					@ -823,6 +823,7 @@ static int decode_bcn(Imaging im, ImagingCodecState state, const UINT8* src, int
 | 
				
			||||||
            if (state->y >= ymax) return -1; \
 | 
					            if (state->y >= ymax) return -1; \
 | 
				
			||||||
        } \
 | 
					        } \
 | 
				
			||||||
        break
 | 
					        break
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        DECODE_LOOP(1, 8, rgba);
 | 
					        DECODE_LOOP(1, 8, rgba);
 | 
				
			||||||
        DECODE_LOOP(2, 16, rgba);
 | 
					        DECODE_LOOP(2, 16, rgba);
 | 
				
			||||||
        DECODE_LOOP(3, 16, rgba);
 | 
					        DECODE_LOOP(3, 16, rgba);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user