Setting up blank char policy through astyle.

This commit is contained in:
Hombre 2016-01-10 18:27:16 +01:00
parent 8a9af647db
commit a4d49ee5f2
3 changed files with 278 additions and 276 deletions

View File

@ -3,3 +3,5 @@ indent=spaces=4
break-blocks break-blocks
pad-oper pad-oper
convert-tabs convert-tabs
pad-first-paren-out
pad-header

File diff suppressed because it is too large Load Diff

View File

@ -125,10 +125,10 @@ protected:
void close (); void close ();
BatchQueueEntry* createBatchQueueEntry (); BatchQueueEntry* createBatchQueueEntry ();
bool idle_imageSaved(ProgressConnector<int> *pc, rtengine::IImage16* img, Glib::ustring fname, SaveFormat sf); bool idle_imageSaved (ProgressConnector<int> *pc, rtengine::IImage16* img, Glib::ustring fname, SaveFormat sf);
bool idle_saveImage(ProgressConnector<rtengine::IImage16*> *pc, Glib::ustring fname, SaveFormat sf); bool idle_saveImage (ProgressConnector<rtengine::IImage16*> *pc, Glib::ustring fname, SaveFormat sf);
bool idle_sendToGimp( ProgressConnector<rtengine::IImage16*> *pc, Glib::ustring fname); bool idle_sendToGimp ( ProgressConnector<rtengine::IImage16*> *pc, Glib::ustring fname);
bool idle_sentToGimp(ProgressConnector<int> *pc, rtengine::IImage16* img, Glib::ustring filename); bool idle_sentToGimp (ProgressConnector<int> *pc, rtengine::IImage16* img, Glib::ustring filename);
int err; int err;
time_t processingStartedTime; time_t processingStartedTime;
@ -145,8 +145,8 @@ public:
void open (Thumbnail* tmb, rtengine::InitialImage* isrc); void open (Thumbnail* tmb, rtengine::InitialImage* isrc);
void setAspect (); void setAspect ();
void on_realize (); void on_realize ();
void leftPaneButtonReleased(GdkEventButton *event); void leftPaneButtonReleased (GdkEventButton *event);
void rightPaneButtonReleased(GdkEventButton *event); void rightPaneButtonReleased (GdkEventButton *event);
void setParent (RTWindow* p) void setParent (RTWindow* p)
{ {
@ -154,7 +154,7 @@ public:
} }
void writeOptions(); void writeOptions();
void showTopPanel(bool show); void showTopPanel (bool show);
bool isRealized() bool isRealized()
{ {
return realized; return realized;