mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
Fix indentation
This commit is contained in:
@@ -67,7 +67,7 @@ void SocketLobby::requestReadySession(const QString & session)
|
|||||||
|
|
||||||
void SocketLobby::send(const QString & msg)
|
void SocketLobby::send(const QString & msg)
|
||||||
{
|
{
|
||||||
QByteArray str = msg.toUtf8();
|
QByteArray str = msg.toUtf8();
|
||||||
int sz = str.size();
|
int sz = str.size();
|
||||||
QByteArray pack((const char *)&sz, sizeof(sz));
|
QByteArray pack((const char *)&sz, sizeof(sz));
|
||||||
pack.append(str);
|
pack.append(str);
|
||||||
|
Reference in New Issue
Block a user