1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 09:17:35 +00:00

LibVT: Remove empty line

This commit is contained in:
Linus Groh 2020-01-26 14:23:56 +00:00 committed by Andreas Kling
parent fd8c250866
commit 79f88db6fb

View file

@ -165,7 +165,6 @@ void Terminal::SM(bool question_param, const ParamVector& params)
alter_mode(false, question_param, params); alter_mode(false, question_param, params);
} }
void Terminal::SGR(const ParamVector& params) void Terminal::SGR(const ParamVector& params)
{ {
// SGR Select Graphic Rendition // SGR Select Graphic Rendition