More clang format fixes. Really need to standardise the version of this

This commit is contained in:
Hamish Milne 2019-12-30 17:02:44 +00:00 committed by zhupengfei
parent 01ec2e8a67
commit 3d6e372f96
2 changed files with 3 additions and 3 deletions

View file

@ -23,8 +23,8 @@ void IR_USER::serialize(Archive& ar, const unsigned int) {
ar& receive_event;
ar& shared_memory;
ar& connected_device;
ar& *receive_buffer.get();
ar& *extra_hid.get();
ar&* receive_buffer.get();
ar&* extra_hid.get();
}
SERIALIZE_IMPL(IR_USER)