Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / lib / jpeg.c
index 1e917c2b40cd6a634ed7c246316012b8f18408e0..4297299ee5d183fe9b8e815dea1454efea1dcd28 100644 (file)
@@ -270,7 +270,7 @@ int jpeg_check_size(unsigned char *buf, int width, int height)
         return 1;
 }
 
-int jpeg_decode(unsigned char *buf, unsigned char *pic, 
+int jpeg_decode(unsigned char *buf, unsigned char *pic,
                int width, int height, int depth, struct jpeg_decdata *decdata)
 {
        int i, j, m, tac, tdc;