mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
setting_helpers: whitespace cleanup and code format changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 30a3093d9f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-30 (Mon, 30 May 2016)
Origin message was:
------------------
- setting_helpers: whitespace cleanup and code format changes
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -77,10 +77,7 @@ class CTouchFileNotifier : public CChangeObserver
|
|||||||
{
|
{
|
||||||
const char * filename;
|
const char * filename;
|
||||||
public:
|
public:
|
||||||
inline CTouchFileNotifier(const char * file_to_modify)
|
inline CTouchFileNotifier(const char * _filename) { filename = _filename; };
|
||||||
{
|
|
||||||
filename = file_to_modify;
|
|
||||||
};
|
|
||||||
bool changeNotify(const neutrino_locale_t, void * data);
|
bool changeNotify(const neutrino_locale_t, void * data);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user