- setting_helpers: whitespace cleanup and code format changes

This commit is contained in:
svenhoefer
2016-05-30 11:21:22 +02:00
parent 9f20b27890
commit 30a3093d9f
2 changed files with 20 additions and 23 deletions

View File

@@ -77,10 +77,7 @@ class CTouchFileNotifier : public CChangeObserver
{
const char * filename;
public:
inline CTouchFileNotifier(const char * file_to_modify)
{
filename = file_to_modify;
};
inline CTouchFileNotifier(const char * _filename) { filename = _filename; };
bool changeNotify(const neutrino_locale_t, void * data);
};