lcd4l-setup: just code reformatting (using astyle)

Origin commit data
------------------
Commit: adeb6c8248
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)

Origin message was:
------------------
- lcd4l-setup: just code reformatting (using astyle)
This commit is contained in:
vanhofen
2018-12-11 22:14:03 +01:00
parent c13e682b8e
commit 02747685f5
2 changed files with 10 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ class CLCD4lSetup : public CMenuTarget, CChangeObserver
private:
CMenuOptionNumberChooser *nc;
CMenuOptionChooser *mc;
CMenuForwarder * mf;
CMenuForwarder *mf;
int width;
int show();
@@ -46,7 +46,7 @@ class CLCD4lSetup : public CMenuTarget, CChangeObserver
public:
CLCD4lSetup();
~CLCD4lSetup();
int exec(CMenuTarget* parent, const std::string &actionkey);
int exec(CMenuTarget *parent, const std::string &actionkey);
virtual bool changeNotify(const neutrino_locale_t OptionName, void * /*data*/);
};