- webtv-setup: just code reformatting (using astyle)

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-09-21 00:05:28 +02:00
committed by Thilo Graf
parent f4a07b3f7d
commit 4ac20664c9
2 changed files with 37 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ class CWebTVSetup : public CMenuTarget, CChangeObserver
CMenuWidget *m;
public:
CWebTVSetup();
int exec(CMenuTarget* parent, const std::string & actionKey);
int exec(CMenuTarget *parent, const std::string &actionKey);
int Show();
bool changeNotify(const neutrino_locale_t OptionName, void *data);
void webtv_xml_auto();
@@ -52,7 +52,7 @@ class CWebTVResolution : public CMenuTarget
public:
CWebTVResolution();
const char *getResolutionValue();
int exec(CMenuTarget* parent, const std::string & actionKey);
int exec(CMenuTarget *parent, const std::string &actionKey);
int Show();
};