mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 12:28:51 +02:00
Fixed whitespace
This commit is contained in:
parent
b33ad80992
commit
3c4d56bc50
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ void WebSocketClass::send(QScriptValue message) {
|
|||
QByteArray ba = qscriptvalue_cast<QByteArray>(message);
|
||||
_webSocket->sendBinaryMessage(ba);
|
||||
} else {
|
||||
_webSocket->sendTextMessage(message.toString());
|
||||
}
|
||||
_webSocket->sendTextMessage(message.toString());
|
||||
}
|
||||
}
|
||||
|
||||
void WebSocketClass::close() {
|
||||
|
|
Loading…
Reference in a new issue