run through astyle
This commit is contained in:
@@ -217,7 +217,7 @@ public:
|
||||
// toolpanellistener interface
|
||||
void panelChanged (rtengine::ProcEvent event, const Glib::ustring& descr);
|
||||
|
||||
void imageTypeChanged(bool isRaw, bool isBayer, bool isXtrans);
|
||||
void imageTypeChanged (bool isRaw, bool isBayer, bool isXtrans);
|
||||
// profilechangelistener interface
|
||||
void profileChange (const rtengine::procparams::PartialProfile* nparams, rtengine::ProcEvent event, const Glib::ustring& descr, const ParamsEdited* paramsEdited = nullptr);
|
||||
void setDefaults (rtengine::procparams::ProcParams* defparams);
|
||||
@@ -239,8 +239,8 @@ public:
|
||||
// read/write the "expanded" state of the expanders & read/write the crop panel settings (ratio, guide type, etc.)
|
||||
void readOptions ();
|
||||
void writeOptions ();
|
||||
void writeToolExpandedStatus(std::vector<int> &tpOpen);
|
||||
|
||||
void writeToolExpandedStatus (std::vector<int> &tpOpen);
|
||||
|
||||
|
||||
// wbprovider interface
|
||||
void getAutoWB (double& temp, double& green, double equal, double tempBias)
|
||||
@@ -299,7 +299,7 @@ public:
|
||||
void toolSelected (ToolMode tool);
|
||||
void editModeSwitchedOff ();
|
||||
|
||||
void setEditProvider(EditDataProvider *provider);
|
||||
void setEditProvider (EditDataProvider *provider);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user