Skip to content

Commit

Permalink
Fix missing spaces
Browse files Browse the repository at this point in the history
Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Marco A. Gutierrez <marco@openrobotics.org>
  • Loading branch information
Marco A. Gutierrez and azeey committed Jun 27, 2023
1 parent 1d7ff47 commit b3e55a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2414,6 +2414,8 @@ bool checkFrameAttachedToNames(const sdf::Root *_root, sdf::Errors &_errors)

return result;
}

//////////////////////////////////////////////////
bool recursiveSameTypeUniqueNames(sdf::ElementPtr _elem)
{
sdf::Errors errors;
Expand Down

0 comments on commit b3e55a8

Please sign in to comment.