mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-02 19:01:47 +02:00
Reformat code
This commit is contained in:
parent
2efe44517a
commit
0c25a7a42d
3 changed files with 7 additions and 20 deletions
|
@ -68,7 +68,7 @@ protected:
|
|||
std::unique_ptr<TageEntry> entry_;
|
||||
std::string buf_;
|
||||
json metadata_;
|
||||
// set whenever metadata_ has changed
|
||||
/// set whenever metadata_ has changed
|
||||
bool metadata_dirty_;
|
||||
#endif
|
||||
|
||||
|
@ -77,7 +77,7 @@ protected:
|
|||
int parse(std::string line);
|
||||
void createParser();
|
||||
void push();
|
||||
void setMetaData(const std::string&, const std::string&);
|
||||
void setMetaData(const string& key, const string& newValue);
|
||||
#endif
|
||||
|
||||
void setParamsAndPipePathFromPort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue