mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
indentation and spacing fixes
This commit is contained in:
parent
12e684bea1
commit
4a11bdc22e
2 changed files with 2 additions and 3 deletions
|
@ -239,7 +239,7 @@ void PacketReceiver::handleVerifiedPacket(std::unique_ptr<udt::Packet> packet) {
|
|||
_directConnectSetMutex.lock();
|
||||
|
||||
Qt::ConnectionType connectionType =
|
||||
_directlyConnectedObjects.contains(listener.first) ? Qt::DirectConnection : Qt::AutoConnection;
|
||||
_directlyConnectedObjects.contains(listener.first) ? Qt::DirectConnection : Qt::AutoConnection;
|
||||
|
||||
_directConnectSetMutex.unlock();
|
||||
|
||||
|
|
|
@ -61,7 +61,6 @@ private:
|
|||
QSet<HifiSockAddr> _unfilteredSockAddrs;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
} // namespace udt
|
||||
|
||||
#endif // hifi_Socket_h
|
||||
|
|
Loading…
Reference in a new issue