mirror of
https://github.com/zeldaret/botw
synced 2026-05-28 08:25:01 -04:00
Fix formatting issue
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user