Skip to content

Commit

Permalink
Fix astyle regression
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Dec 19, 2019
1 parent 5bbd2b5 commit 7cd5c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ std::set<point> vehicle::immediate_path( int rotate )

void vehicle::stop_autodriving()
{
if( !is_autodriving && !is_patrolling && !is_following ){
if( !is_autodriving && !is_patrolling && !is_following ) {
return;
}
if( velocity > 0 ) {
Expand Down

0 comments on commit 7cd5c88

Please sign in to comment.