gif_deanimate(): Minor style fixes
authorFabian Keil <fk@fabiankeil.de>
Wed, 10 Feb 2021 03:48:51 +0000 (04:48 +0100)
committerFabian Keil <fk@fabiankeil.de>
Tue, 29 Mar 2022 14:16:08 +0000 (16:16 +0200)
deanimate.c

index fd08892..ae13d89 100644 (file)
@@ -383,9 +383,9 @@ int gif_deanimate(struct binbuffer *src, struct binbuffer *dst, int get_first_im
     * Parse the GIF block by block and copy the relevant
     * parts to dst
     */
     * Parse the GIF block by block and copy the relevant
     * parts to dst
     */
-   while(src->offset < src->size)
+   while (src->offset < src->size)
    {
    {
-      switch(buf_getbyte(src, 0))
+      switch (buf_getbyte(src, 0))
       {
          /*
           * End-of-GIF Marker: Append current image if we got
       {
          /*
           * End-of-GIF Marker: Append current image if we got