From: DRC Date: Thu, 12 Apr 2018 22:02:10 +0000 (-0500) Subject: Additional code formatting tweaks X-Git-Tag: 2.0.0~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc9bdf143a1b5f19435a76e16a916817e1c255bf;p=libjpeg-turbo Additional code formatting tweaks ... detected with an improved version of our checkstyle script --- diff --git a/jconfig.txt b/jconfig.txt index 808f87f..90cd724 100644 --- a/jconfig.txt +++ b/jconfig.txt @@ -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. diff --git a/tjunittest.c b/tjunittest.c index 26a16bc..ae72e83 100644 --- a/tjunittest.c +++ b/tjunittest.c @@ -40,7 +40,7 @@ #include "cmyk.h" #ifdef _WIN32 #include -#define random() rand() +#define random() rand() #else #include #endif