mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +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) :
|
NLPacket::NLPacket(NLPacket&& other) :
|
||||||
Packet(other)
|
Packet(other)
|
||||||
{
|
{
|
||||||
_sourceID = std::move(other._sourceID);
|
_sourceID = std::move(other._sourceID);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue