Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle
This commit is contained in:
@@ -22,16 +22,20 @@
|
||||
#include <gtkmm.h>
|
||||
#include "toolpanel.h"
|
||||
|
||||
class SensorXTrans : public ToolParamBlock, public FoldableToolPanel {
|
||||
class SensorXTrans : public ToolParamBlock, public FoldableToolPanel
|
||||
{
|
||||
|
||||
protected:
|
||||
protected:
|
||||
ToolParamBlock* packBox;
|
||||
|
||||
public:
|
||||
public:
|
||||
|
||||
SensorXTrans ();
|
||||
|
||||
Gtk::Box* getPackBox () { return packBox; }
|
||||
Gtk::Box* getPackBox ()
|
||||
{
|
||||
return packBox;
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user