mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-24 15:50:33 +03:00
Added braces
This commit is contained in:
parent
c2203a13a8
commit
c8ca4b909a
|
@ -169,7 +169,8 @@ ImagingGifEncode(Imaging im, ImagingCodecState state, UINT8 *buf, int bytes) {
|
||||||
|
|
||||||
ptr = buf;
|
ptr = buf;
|
||||||
|
|
||||||
for (;;) switch (state->state) {
|
for (;;) {
|
||||||
|
switch (state->state) {
|
||||||
case INIT:
|
case INIT:
|
||||||
case ENCODE:
|
case ENCODE:
|
||||||
|
|
||||||
|
@ -319,4 +320,5 @@ ImagingGifEncode(Imaging im, ImagingCodecState state, UINT8 *buf, int bytes) {
|
||||||
state->state = ENCODE;
|
state->state = ENCODE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user