mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
Yet more coding style fixes.
This commit is contained in:
parent
f31e1ceab0
commit
aff89d2fd7
18 changed files with 197 additions and 199 deletions
|
@ -24,7 +24,7 @@ public:
|
|||
|
||||
void setImplementation(ConsoleImplementation* implementation) { m_implementation = implementation; }
|
||||
|
||||
void putChar(char);
|
||||
void put_char(char);
|
||||
|
||||
private:
|
||||
ConsoleImplementation* m_implementation { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue