Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <arjoc@google.com>
  • Loading branch information
arjo129 committed Jun 19, 2024
1 parent 4827455 commit f3c57d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SystemContainer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ namespace gz

//////////////////////////////////////////
/// Remove an item if a condition is met.
public: void RemoveIf(std::function<bool(const T&)> fn, T null_type = T(0))
public: void RemoveIf(std::function<bool(const T&)> fn,
T null_type = T(0))
{
for (std::size_t i = 0; i < systems.size(); i++)
{
Expand Down

0 comments on commit f3c57d0

Please sign in to comment.