fix identation for NLPacket move ctor

This commit is contained in:
Stephen Birarda 2015-07-22 11:21:31 -07:00
parent 3fbda89f1d
commit 12e684bea1

View file

@ -121,7 +121,7 @@ NLPacket::NLPacket(std::unique_ptr<char> data, qint64 size, const HifiSockAddr&
}
NLPacket::NLPacket(NLPacket&& other) :
Packet(other)
Packet(other)
{
_sourceID = std::move(other._sourceID);
}