1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 03:35:09 +01:00

Remove whitespace

Margen67
2021-04-21 17:28:03 -10:00
parent 529e01d6bd
commit 5db7c4b91e

@@ -83,7 +83,7 @@ To return a result either the `MakeResult` function or `std::make_unique<GameAct
```
`MakeResult()` returns a default constructed result. This will be GA_ERROR::OK.
```
GameActionResult::Ptr Execute() const
GameActionResult::Ptr Execute() const
{
gCash -= (gBankLoan - _value);
gBankLoan = _value;