Additional code formatting tweaks
... detected with an improved version of our checkstyle script
This commit is contained in:
@@ -128,7 +128,7 @@ typedef unsigned char boolean;
|
|||||||
*/
|
*/
|
||||||
#undef TWO_FILE_COMMANDLINE
|
#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,
|
* 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
|
* 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.
|
* systems that complains about the "b" spec, define this symbol.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
#include "cmyk.h"
|
#include "cmyk.h"
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#define random() rand()
|
#define random() rand()
|
||||||
#else
|
#else
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user