Skip to content

Commit

Permalink
uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jul 11, 2019
1 parent 5c786cb commit 82f88a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_util/src/map/map_cspace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class CachedDistanceMap
bool operator<(const CellData & a, const CellData & b)
{
return a.map_->cells[MAP_INDEX(a.map_, a.i_,
a.j_)].occ_dist > a.map_->cells[MAP_INDEX(b.map_, b.i_, b.j_)].occ_dist;
a.j_)].occ_dist > a.map_->cells[MAP_INDEX(b.map_, b.i_, b.j_)].occ_dist;
}

CachedDistanceMap *
Expand Down

0 comments on commit 82f88a7

Please sign in to comment.