indentation and spacing fixes

This commit is contained in:
Stephen Birarda 2015-07-22 11:26:28 -07:00
parent 12e684bea1
commit 4a11bdc22e
2 changed files with 2 additions and 3 deletions

View file

@ -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();

View file

@ -61,7 +61,6 @@ private:
QSet<HifiSockAddr> _unfilteredSockAddrs;
};
}
} // namespace udt
#endif // hifi_Socket_h