mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
fix identation for NLPacket move ctor
This commit is contained in:
parent
3fbda89f1d
commit
12e684bea1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue