mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-01 08:32:10 +00:00
[overlay] minor, fix indentation
This commit is contained in:
@@ -153,8 +153,8 @@ struct traversal
|
||||
}
|
||||
}
|
||||
|
||||
inline bool is_visited(turn_type const& /*turn*/, turn_operation_type const& op,
|
||||
signed_size_type /*turn_index*/, int /*op_index*/) const
|
||||
inline bool is_visited(turn_type const& , turn_operation_type const& op,
|
||||
signed_size_type , int) const
|
||||
{
|
||||
return op.visited.visited();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user