Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle

This commit is contained in:
DrSlony
2015-08-11 11:55:03 +02:00
parent effb46c3e1
commit 0e0cfb9b25
452 changed files with 133354 additions and 99460 deletions

View File

@@ -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));