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 <[email protected]>
Signed-off-by: Marco A. Gutierrez <[email protected]>
  • Loading branch information
Marco A. Gutierrez and azeey authored Jun 27, 2023
1 parent 85bd244 commit f6cce06
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 @@ -2435,6 +2435,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 f6cce06

Please sign in to comment.