1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Cosmetics.

This commit is contained in:
Bartosz Taudul
2018-03-31 01:06:35 +02:00
parent 03830fe83a
commit 347c74cec3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ int Socket::Recv( void* _buf, int len, const timeval* tv )
}
}
bool Socket::Read( void* _buf, int len, const timeval* tv, std::function< bool() > exitCb )
bool Socket::Read( void* _buf, int len, const timeval* tv, std::function<bool()> exitCb )
{
auto buf = (char*)_buf;