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 {
|
||||
|
||||
MessageAck::MessageAck(bool dest_valid, bool success,
|
||||
const MesTransceiverId& destination, const MessageType& type,
|
||||
void* user_data)
|
||||
MessageAck::MessageAck(bool dest_valid, bool success, const MesTransceiverId& destination,
|
||||
const MessageType& type, void* user_data)
|
||||
: mDestValid(dest_valid), mSuccess(success), mDestination(destination), mType(type),
|
||||
mUserData(user_data) {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue