1
Fork 0
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:
Andreas Kling 2018-12-03 01:38:22 +01:00
parent f31e1ceab0
commit aff89d2fd7
18 changed files with 197 additions and 199 deletions

View file

@ -24,7 +24,7 @@ public:
void setImplementation(ConsoleImplementation* implementation) { m_implementation = implementation; }
void putChar(char);
void put_char(char);
private:
ConsoleImplementation* m_implementation { nullptr };