mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-06 06:28:50 +01:00
General: Fix clang format.
This commit is contained in:
parent
1a9b71b1c6
commit
fe24c65153
7 changed files with 14 additions and 18 deletions
|
|
@ -49,9 +49,9 @@ public:
|
|||
expected_value, func);
|
||||
}
|
||||
|
||||
void DeregisterGuestAction(u32 syncpoint_id,ActionHandle& handle);
|
||||
void DeregisterGuestAction(u32 syncpoint_id, ActionHandle& handle);
|
||||
|
||||
void DeregisterHostAction(u32 syncpoint_id,ActionHandle& handle);
|
||||
void DeregisterHostAction(u32 syncpoint_id, ActionHandle& handle);
|
||||
|
||||
void IncrementGuest(u32 syncpoint_id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue