Reformat code

This commit is contained in:
badaix 2020-04-10 09:45:19 +02:00
parent 1fcb8b4fc2
commit 5cc37f98f4
8 changed files with 293 additions and 315 deletions

View file

@ -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