Everywhere: Update to clang-format 20
This commit is contained in:
parent
402d802d2f
commit
e7d8b456aa
9 changed files with 19 additions and 38 deletions
|
@ -242,10 +242,8 @@ U0 @vmsvga_display_update() { @vmsvga_reg_write(VMSVGA_REG_ENABLE, 1); }
|
|||
|
||||
class @vmsvga
|
||||
{
|
||||
U0(*Init)
|
||||
(I64 w, I64 h, I64 bpp);
|
||||
U64(*FrameBuffer)
|
||||
();
|
||||
U0 (*Init)(I64 w, I64 h, I64 bpp);
|
||||
U64 (*FrameBuffer)();
|
||||
};
|
||||
|
||||
@vmsvga VMSVGA;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue