Space = Tab


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@256 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/turbojpegl.c b/turbojpegl.c
index 2150a2d..c3694c8 100644
--- a/turbojpegl.c
+++ b/turbojpegl.c
@@ -93,7 +93,7 @@
 	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 @@
 	{  // this will execute if LIBJPEG has an error
 		if(row_pointer) free(row_pointer);
 		return -1;
-  }
+	}
 
 	jpeg_set_defaults(&j->cinfo);