Everywhere: Update to clang-format 20
This commit is contained in:
parent
402d802d2f
commit
e7d8b456aa
9 changed files with 19 additions and 38 deletions
|
@ -6,16 +6,11 @@ class @display
|
|||
I64 driver;
|
||||
U64 fb;
|
||||
|
||||
U0(*Init)
|
||||
(I64 width, I64 height, I64 bpp, I64 driver);
|
||||
I64(*Width)
|
||||
();
|
||||
I64(*Height)
|
||||
();
|
||||
I64(*Bpp)
|
||||
();
|
||||
I64(*Driver)
|
||||
();
|
||||
U0 (*Init)(I64 width, I64 height, I64 bpp, I64 driver);
|
||||
I64 (*Width)();
|
||||
I64 (*Height)();
|
||||
I64 (*Bpp)();
|
||||
I64 (*Driver)();
|
||||
U0 (*Update)();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue