mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-28 13:58:48 +02:00
Reformat code
This commit is contained in:
parent
1fcb8b4fc2
commit
5cc37f98f4
8 changed files with 293 additions and 315 deletions
|
@ -59,7 +59,7 @@ void ClientConnection::socketRead(void* _to, size_t _bytes)
|
|||
|
||||
std::string ClientConnection::getMacAddress()
|
||||
{
|
||||
std::string mac =
|
||||
std::string mac =
|
||||
#ifndef WINDOWS
|
||||
::getMacAddress(socket_.native_handle());
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue