commit | dc9bdf143a1b5f19435a76e16a916817e1c255bf | [log] [tgz] |
---|---|---|
author | DRC <information@libjpeg-turbo.org> | Thu Apr 12 17:02:10 2018 -0500 |
committer | DRC <information@libjpeg-turbo.org> | Thu Apr 12 17:02:10 2018 -0500 |
tree | 9ca74f7fdd83ffd1190220db75ebda6842734070 | |
parent | b2d000e64bb6ac5e205bf8848feb30d36e7399bc [diff] [blame] |
Additional code formatting tweaks ... detected with an improved version of our checkstyle script
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 <time.h> -#define random() rand() +#define random() rand() #else #include <unistd.h> #endif