mirror of https://github.com/zeldaret/botw.git
Fix formatting issue
This commit is contained in:
parent
8ac6752866
commit
27f8a7bdda
|
@ -2,9 +2,8 @@
|
||||||
|
|
||||||
namespace ksys {
|
namespace ksys {
|
||||||
|
|
||||||
MessageAck::MessageAck(bool dest_valid, bool success,
|
MessageAck::MessageAck(bool dest_valid, bool success, const MesTransceiverId& destination,
|
||||||
const MesTransceiverId& destination, const MessageType& type,
|
const MessageType& type, void* user_data)
|
||||||
void* user_data)
|
|
||||||
: mDestValid(dest_valid), mSuccess(success), mDestination(destination), mType(type),
|
: mDestValid(dest_valid), mSuccess(success), mDestination(destination), mType(type),
|
||||||
mUserData(user_data) {}
|
mUserData(user_data) {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue