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

@@ -1,4 +1,4 @@
/*
/*
* File: simpleprocess.h
* Author: askv
*
@@ -6,21 +6,22 @@
*/
#ifndef SIMPLEPROCESS_H
#define SIMPLEPROCESS_H
#define SIMPLEPROCESS_H
#ifdef __cplusplus
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
#ifdef __cplusplus
}
#endif
namespace rtengine {
namespace rtengine
{
extern Glib::Thread *batchThread;
}
#endif /* SIMPLEPROCESS_H */
#endif /* SIMPLEPROCESS_H */