mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 15:24:30 +01:00
Updated Coding Style (markdown)
@@ -84,6 +84,9 @@ static Peep* GetLastGuest()
|
||||
peep = peep->next;
|
||||
}
|
||||
|
||||
/// Always use the explicit auto* over auto
|
||||
auto* peep2 = peep;
|
||||
|
||||
/// Avoid comments that describe what the code says, e.g.
|
||||
// Returns the peep
|
||||
return peep;
|
||||
|
||||
Reference in New Issue
Block a user