]> granicus.if.org Git - libjpeg-turbo/commitdiff
Space = Tab
authorDRC <dcommander@users.sourceforge.net>
Wed, 13 Oct 2010 19:22:50 +0000 (19:22 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 13 Oct 2010 19:22:50 +0000 (19:22 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@256 632fc199-4ca6-4c93-a231-07263d6284db

turbojpegl.c

index 2150a2d3b35fe739be102576c08c8350dd1c6ad0..c3694c85e062d702913193c54b5c6f4c9452aeec 100644 (file)
@@ -93,7 +93,7 @@ DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
        if(setjmp(j->jerr.jb))
        { // this will execute if LIBJPEG has an error
                if(j) free(j);  return NULL;
-  }
+       }
 
        jpeg_create_compress(&j->cinfo);
        j->cinfo.dest=&j->jdms;
@@ -157,7 +157,7 @@ DLLEXPORT int DLLCALL tjCompress(tjhandle h,
        {  // this will execute if LIBJPEG has an error
                if(row_pointer) free(row_pointer);
                return -1;
-  }
+       }
 
        jpeg_set_defaults(&j->cinfo);