Skip to content

Commit

Permalink
Fix astyle regression
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Jan 14, 2020
1 parent bbfe23f commit fefef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vehicle.h
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ class vehicle
/**
* Use grid traversal to enumerate all connected vehicles.
* @param connected_vehicles is an output map from vehicle pointers to
* a bool that is true if the vehicle is in the reality bubble.
* a bool that is true if the vehicle is in the reality bubble.
* @param vehicle_list is a set of pointers to vehicles present in the reality bubble.
*/
static void enumerate_vehicles( std::map<vehicle *, bool> &connected_vehicles,
Expand Down

0 comments on commit fefef6b

Please sign in to comment.