- quadpip-setup: formatting code using astyle

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-10-17 21:02:31 +02:00
committed by Thilo Graf
parent bd90cd16eb
commit caaa27e39f
2 changed files with 64 additions and 61 deletions

View File

@@ -33,16 +33,16 @@ class CQuadPiPSetup : public CMenuTarget
private:
int showQuadPiPSetup();
public:
public:
CQuadPiPSetup();
~CQuadPiPSetup();
int exec(CMenuTarget* parent, const std::string & actionKey);
int exec(CMenuTarget *parent, const std::string &actionKey);
};
class CQuadPiPSetupNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void * Data);
bool changeNotify(const neutrino_locale_t, void *Data);
};
class CQuadPiPSetupSelectChannelWidget : public CMenuWidget
@@ -53,7 +53,7 @@ class CQuadPiPSetupSelectChannelWidget : public CMenuWidget
public:
CQuadPiPSetupSelectChannelWidget();
~CQuadPiPSetupSelectChannelWidget();
int exec(CMenuTarget* parent, const std::string & actionKey);
int exec(CMenuTarget *parent, const std::string &actionKey);
};
#endif