mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 16:35:06 +01:00
More clang format fixes. Really need to standardise the version of this
This commit is contained in:
parent
01ec2e8a67
commit
3d6e372f96
@ -23,8 +23,8 @@ void IR_USER::serialize(Archive& ar, const unsigned int) {
|
|||||||
ar& receive_event;
|
ar& receive_event;
|
||||||
ar& shared_memory;
|
ar& shared_memory;
|
||||||
ar& connected_device;
|
ar& connected_device;
|
||||||
ar& *receive_buffer.get();
|
ar&* receive_buffer.get();
|
||||||
ar& *extra_hid.get();
|
ar&* extra_hid.get();
|
||||||
}
|
}
|
||||||
SERIALIZE_IMPL(IR_USER)
|
SERIALIZE_IMPL(IR_USER)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user