mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
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:
@@ -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*/);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user