mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44: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 {
|
} else {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else
|
} else {
|
||||||
state->state++;
|
state->state++;
|
||||||
|
}
|
||||||
|
|
||||||
case 4:
|
case 4:
|
||||||
if (1024 > context->destination.pub.free_in_buffer){
|
if (1024 > context->destination.pub.free_in_buffer){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user