Skip to content

Commit

Permalink
Fix whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dcommander committed Dec 14, 2017
1 parent c308d43 commit bf6c774
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doxygen-extra.css
@@ -1,3 +1,3 @@
code {
color: #4665A2;
color: #4665A2;
}
1 change: 0 additions & 1 deletion simd/jsimd_mips_dspr2.S
Expand Up @@ -4484,4 +4484,3 @@ LEAF_MIPS_DSPR2(jsimd_convsamp_float_mips_dspr2)
END(jsimd_convsamp_float_mips_dspr2)

/*****************************************************************************/

2 changes: 0 additions & 2 deletions simd/jsimd_mips_dspr2_asm.h
Expand Up @@ -281,5 +281,3 @@ LEAF_MIPS32R2(symbol) \
addiu sp, sp, \stack_offset
.endif
.endm


2 changes: 1 addition & 1 deletion turbojpeg.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit bf6c774

Please sign in to comment.