]> granicus.if.org Git - libjpeg-turbo/commitdiff
Additional code formatting tweaks
authorDRC <information@libjpeg-turbo.org>
Thu, 12 Apr 2018 22:02:10 +0000 (17:02 -0500)
committerDRC <information@libjpeg-turbo.org>
Thu, 12 Apr 2018 22:02:10 +0000 (17:02 -0500)
... detected with an improved version of our checkstyle script

jconfig.txt
tjunittest.c

index 808f87fcd44299f4fac005daff8a63ace98430e7..90cd724978dbd6d9778deeda5784fd6a377040c9 100644 (file)
@@ -128,7 +128,7 @@ typedef unsigned char boolean;
  */
 #undef TWO_FILE_COMMANDLINE
 
-/* By default, we open image files with fopen(...,"rb") or fopen(...,"wb").
+/* By default, we open image files with fopen(..., "rb") or fopen(..., "wb").
  * This is necessary on systems that distinguish text files from binary files,
  * and is harmless on most systems that don't.  If you have one of the rare
  * systems that complains about the "b" spec, define this symbol.
index 26a16bc2fb65f2c01b7d8672b43672519033a045..ae72e836d41f9a2ef6f788200f2229c3fe7f7026 100644 (file)
@@ -40,7 +40,7 @@
 #include "cmyk.h"
 #ifdef _WIN32
 #include <time.h>
-#define random() rand()
+#define random()  rand()
 #else
 #include <unistd.h>
 #endif