Style: Fix whole-line commented code
They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
|
||||
class OS_Server : public OS_Unix {
|
||||
|
||||
// Rasterizer *rasterizer;
|
||||
//Rasterizer *rasterizer;
|
||||
VisualServer *visual_server;
|
||||
VideoMode current_videomode;
|
||||
List<String> args;
|
||||
|
||||
Reference in New Issue
Block a user