Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* for details.
|
||||
*/
|
||||
|
||||
#include <cstdio> /* needed to define "FILE", "NULL" */
|
||||
#include <cstdio> /* needed to define "FILE", "NULL" */
|
||||
#include "jpeglib.h"
|
||||
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
*/
|
||||
|
||||
extern void write_icc_profile JPP((j_compress_ptr cinfo,
|
||||
const JOCTET *icc_data_ptr,
|
||||
unsigned int icc_data_len));
|
||||
const JOCTET *icc_data_ptr,
|
||||
unsigned int icc_data_len));
|
||||
|
||||
|
||||
/*
|
||||
@@ -69,6 +69,6 @@ extern void setup_read_icc_profile JPP((j_decompress_ptr cinfo));
|
||||
*/
|
||||
|
||||
extern boolean read_icc_profile JPP((j_decompress_ptr cinfo,
|
||||
JOCTET **icc_data_ptr,
|
||||
unsigned int *icc_data_len));
|
||||
JOCTET **icc_data_ptr,
|
||||
unsigned int *icc_data_len));
|
||||
|
||||
|
Reference in New Issue
Block a user