mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 17:53:56 +02:00
Fixed whitespace
This commit is contained in:
parent
b33ad80992
commit
3c4d56bc50
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ void WebSocketClass::send(QScriptValue message) {
|
|||
_webSocket->sendBinaryMessage(ba);
|
||||
} else {
|
||||
_webSocket->sendTextMessage(message.toString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void WebSocketClass::close() {
|
||||
|
|
Loading…
Reference in a new issue