[overlay] minor, fix indentation

This commit is contained in:
barendgehrels
2016-12-07 13:08:11 +01:00
parent c3381de1c3
commit 8d64bb39c2

View File

@@ -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();
}