mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Added braces
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
c1d9931adc
commit
9f2773b3f7
|
@ -277,8 +277,9 @@ ImagingJpegEncode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes)
|
|||
} else {
|
||||
break;
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
state->state++;
|
||||
}
|
||||
|
||||
case 4:
|
||||
if (1024 > context->destination.pub.free_in_buffer){
|
||||
|
|
Loading…
Reference in New Issue
Block a user