]> granicus.if.org Git - libjpeg-turbo/commitdiff
Fix whitespace errors 1.5.3
authorDRC <information@libjpeg-turbo.org>
Fri, 8 Dec 2017 01:29:42 +0000 (19:29 -0600)
committerDRC <information@libjpeg-turbo.org>
Thu, 14 Dec 2017 03:48:54 +0000 (21:48 -0600)
doxygen-extra.css
simd/jsimd_mips_dspr2.S
simd/jsimd_mips_dspr2_asm.h
turbojpeg.c

index 5abbcc2163ecf33da2f7b25016216ce55d8af788..f1bd4c2695319077a9928a5699a3f347079efc9a 100644 (file)
@@ -1,3 +1,3 @@
 code {
-       color: #4665A2; 
+       color: #4665A2;
 }
index c8c286cb3eccb992acca7f8f10ea13c77b9e2798..c26dd5c5361176c15971c5d1b37aaf2b84d20563 100644 (file)
@@ -4484,4 +4484,3 @@ LEAF_MIPS_DSPR2(jsimd_convsamp_float_mips_dspr2)
 END(jsimd_convsamp_float_mips_dspr2)
 
 /*****************************************************************************/
-
index 64f9880482d31d41ca359c3170fef63753f586f8..499e34b7b6ba42b315fa276ebdee876d0eb6b7f9 100644 (file)
@@ -281,5 +281,3 @@ LEAF_MIPS32R2(symbol)                                   \
     addiu           sp, sp, \stack_offset
     .endif
 .endm
-
-
index a89359956c4b585d6f96cda5b5b4bfee6323f3d1..662c68f6048bbaecc0adec5850f8e399c9f8dbcf 100644 (file)
@@ -222,7 +222,7 @@ static int setCompDefaults(struct jpeg_compress_struct *cinfo,
 #ifndef NO_GETENV
        if((env=getenv("TJ_OPTIMIZE"))!=NULL && strlen(env)>0 && !strcmp(env, "1"))
                cinfo->optimize_coding=TRUE;
-       if((env=getenv("TJ_ARITHMETIC"))!=NULL && strlen(env)>0 && !strcmp(env, "1"))
+       if((env=getenv("TJ_ARITHMETIC"))!=NULL && strlen(env)>0 && !strcmp(env, "1"))
                cinfo->arith_code=TRUE;
        if((env=getenv("TJ_RESTART"))!=NULL && strlen(env)>0)
        {