lcd4l-setup: just code reformatting (using astyle)

Origin commit data
------------------
Branch: ni/coolstream
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)

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-11 22:14:03 +01:00
parent 8947425469
commit b03dc964f6
2 changed files with 10 additions and 9 deletions

View File

@@ -97,7 +97,8 @@ int CLCD4lSetup::exec(CMenuTarget* parent, const std::string &actionkey)
if (parent)
parent->hide();
if (actionkey == "lcd4l_logodir") {
if (actionkey == "lcd4l_logodir")
{
const char *action_str = "lcd4l_logodir";
chooserDir(g_settings.lcd4l_logodir, false, action_str);
return menu_return::RETURN_REPAINT;