Formatting: Fix indentation of public/private specifiers

This commit is contained in:
Jonathan G Rennison
2023-02-28 01:44:28 +00:00
parent 0a8c58b755
commit 88d7a8ea13
7 changed files with 9 additions and 9 deletions

View File

@@ -1099,7 +1099,7 @@ struct TraceRestrictSlot : TraceRestrictSlotPool::PoolItem<&_tracerestrictslot_p
void Clear();
void UpdateSignals();
private:
private:
void DeIndex(VehicleID id);
};