TJBench: Code formatting tweaks

Spaces-->tab + remove stray control character that was introduced in
95e4cb2060
This commit is contained in:
DRC
2017-05-11 18:33:47 -05:00
parent 11eec4a398
commit 6a2b067428

View File

@@ -207,7 +207,7 @@ int decomp(unsigned char *srcbuf, unsigned char **jpegbuf,
(double)(w*h)/1000000.*(double)iter/elapsed);
if(doyuv)
{
printf("YUV Decode --> Frame rate:  %f fps\n",
printf("YUV Decode --> Frame rate: %f fps\n",
(double)iter/elapsedDecode);
printf(" Throughput: %f Megapixels/sec\n",
(double)(w*h)/1000000.*(double)iter/elapsedDecode);