1
0
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:
Michał Janiszewski
2025-07-31 11:01:48 +02:00
committed by GitHub
parent 616fdee571
commit f6292b4c13
30 changed files with 569 additions and 526 deletions

View File

@@ -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 } } });
}
/**