mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
Use clang-format 20 (#24861)
https://clang.llvm.org/docs/ClangFormatStyleOptions.html
This commit is contained in:
committed by
GitHub
parent
616fdee571
commit
f6292b4c13
@@ -1271,8 +1271,9 @@ public:
|
||||
if (widget.left == -2)
|
||||
return;
|
||||
|
||||
GfxSetDirtyBlocks({ { w.windowPos + ScreenCoordsXY{ widget.left, widget.top } },
|
||||
{ w.windowPos + ScreenCoordsXY{ widget.right + 1, widget.bottom + 1 } } });
|
||||
GfxSetDirtyBlocks(
|
||||
{ { w.windowPos + ScreenCoordsXY{ widget.left, widget.top } },
|
||||
{ w.windowPos + ScreenCoordsXY{ widget.right + 1, widget.bottom + 1 } } });
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user