Everywhere: Update to clang-format 20
This commit is contained in:
parent
402d802d2f
commit
e7d8b456aa
9 changed files with 19 additions and 38 deletions
|
@ -12,10 +12,8 @@ U0 @function_patch(U32 from, U32 to)
|
|||
|
||||
class @function
|
||||
{
|
||||
U0(*InsertCall)
|
||||
(U32 from, U32 to);
|
||||
U0(*Patch)
|
||||
(U32 from, U32 to);
|
||||
U0 (*InsertCall)(U32 from, U32 to);
|
||||
U0 (*Patch)(U32 from, U32 to);
|
||||
};
|
||||
|
||||
@function Function;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue