mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 21:49:53 +02:00
Everywhere: Update to clang-format 20
This commit is contained in:
@@ -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)();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user