mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-02 16:19:09 +02:00
removed trailing whitespaces
This commit is contained in:
parent
fa65490192
commit
043f76e35e
9 changed files with 12 additions and 12 deletions
|
@ -48,7 +48,7 @@ ProcessStream::~ProcessStream()
|
|||
bool ProcessStream::fileExists(const std::string& filename)
|
||||
{
|
||||
struct stat buffer;
|
||||
return (stat(filename.c_str(), &buffer) == 0);
|
||||
return (stat(filename.c_str(), &buffer) == 0);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ public:
|
|||
|
||||
protected:
|
||||
std::string exe_;
|
||||
std::string path_;
|
||||
std::string path_;
|
||||
std::string params_;
|
||||
std::unique_ptr<Process> process_;
|
||||
std::thread stderrReaderThread_;
|
||||
|
|
|
@ -54,7 +54,7 @@ PcmStreamPtr StreamManager::addStream(const std::string& uri)
|
|||
|
||||
// for (auto kv: streamUri.query)
|
||||
// logD << "key: '" << kv.first << "' value: '" << kv.second << "'\n";
|
||||
PcmStreamPtr stream(nullptr);
|
||||
PcmStreamPtr stream(nullptr);
|
||||
|
||||
if (streamUri.scheme == "pipe")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue