]> granicus.if.org Git - libjpeg-turbo/commitdiff
TJBench: Code formatting tweaks
authorDRC <information@libjpeg-turbo.org>
Thu, 11 May 2017 23:33:47 +0000 (18:33 -0500)
committerDRC <information@libjpeg-turbo.org>
Tue, 27 Jun 2017 02:15:15 +0000 (21:15 -0500)
Spaces-->tab + remove stray control character that was introduced in
95e4cb206085c3a715f0f017c174fdf367a2c1ff

tjbench.c

index 626788b7d5b11797b05bc6efb616b297c1b994fa..12b4efe558b787a0a46ec6e2e050dec06c68e34b 100644 (file)
--- a/tjbench.c
+++ b/tjbench.c
@@ -40,7 +40,7 @@
 
 #define _throw(op, err) {  \
        printf("ERROR in line %d while %s:\n%s\n", __LINE__, op, err);  \
-  retval=-1;  goto bailout;}
+       retval=-1;  goto bailout;}
 #define _throwunix(m) _throw(m, strerror(errno))
 #define _throwtj(m) _throw(m, tjGetErrorStr())
 #define _throwbmp(m) _throw(m, bmpgeterr())
@@ -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:        \ 4 %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);