mediaplayer-setup: formatting code using astyle

Origin commit data
------------------
Commit: 4a1db4ef71
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-20 (Wed, 20 Oct 2021)

Origin message was:
------------------
- mediaplayer-setup: formatting code using astyle
This commit is contained in:
vanhofen
2021-10-20 19:31:13 +02:00
parent e61353a728
commit 6671d9d6eb
2 changed files with 8 additions and 11 deletions

View File

@@ -44,12 +44,10 @@ class CMediaPlayerSetup : public CMenuTarget
int showMediaPlayerSetup();
public:
public:
CMediaPlayerSetup();
~CMediaPlayerSetup();
int exec(CMenuTarget* parent, const std::string & actionKey);
int exec(CMenuTarget *parent, const std::string &actionKey);
};
#endif