Replaced tabs with spaces to fix indentation

This commit is contained in:
OpenSceneGraph git repository 2018-11-02 08:34:43 +00:00 committed by Robert Osfield
parent 15b9a493ed
commit e819ea9c0e

View File

@ -322,7 +322,7 @@ int overwrite)
// keep pixels of last image if transparent mode is on
// this is necessary for GIF animating
ptr += 3;
if(overwrite) *ptr = 0x00;
if(overwrite) *ptr = 0x00;
++ptr;
}
else
@ -340,7 +340,7 @@ int overwrite)
*ptr++ = col;
*ptr++ = col;
}
*ptr++ = 0xff;
*ptr++ = 0xff;
}
}
}