[gdk-pixbuf] ico: Small coding style cleanup



commit efde9caefaeb82389302063e6943125fe9712517
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Dec 29 16:22:46 2016 +0100

    ico: Small coding style cleanup

 gdk-pixbuf/io-ico.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gdk-pixbuf/io-ico.c b/gdk-pixbuf/io-ico.c
index 9815dcf..4fa7d2f 100644
--- a/gdk-pixbuf/io-ico.c
+++ b/gdk-pixbuf/io-ico.c
@@ -869,16 +869,14 @@ static void OneLine(struct ico_progressive_state *context)
        
        context->Lines++;
        if (context->Lines>=context->Header.height) {
-               context->Type = 1;
+               context->Type = 1;
                context->LineWidth = context->Header.width / 8;
                if ((context->Header.width & 7) != 0)
                        context->LineWidth++;
                /* Pad to a 32 bit boundary */
                if (((context->LineWidth % 4) > 0))
                        context->LineWidth = (context->LineWidth / 4) * 4 + 4;
-                       
        }
-         
 
        if (context->updated_func != NULL) {
                int y;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]