Skip to content

Commit d9f56f5

Browse files
committed
Formatting changes in parser_urdf.cc
Signed-off-by: Aditya Agrawal <[email protected]> Signed-off-by: Aditya Agrawal <[email protected]>
1 parent bff4f75 commit d9f56f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/parser_urdf.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,12 +2156,12 @@ void InsertSDFExtensionLink(tinyxml2::XMLElement *_elem,
21562156
}
21572157
}
21582158

2159-
// If we didn't find the link, emit a warning
2160-
if (!link_found) {
2161-
sdfwarn << "<gazebo> tag with reference[" << _linkName << "] does not exist"
2159+
// If we didn't find the link, emit a warning
2160+
if (!link_found) {
2161+
sdfwarn << "<gazebo> tag with reference[" << _linkName << "] does not exist"
21622162
<< " in the URDF model. Please ensure that the reference attribute"
21632163
<< " matches the name of a link.";
2164-
}
2164+
}
21652165
}
21662166

21672167
////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)