Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Oct 1, 2020
1 parent 2e5ecb5 commit 4b2ea25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ void Converter<PartSelector>::operator()(xml_h element) const {
"+++ PartSelector for %s path: %s",
specParName.c_str(),
path.c_str());

size_t pos = std::string::npos;
if ((pos = path.find("//.*:")) != std::string::npos) {
path.erase(pos + 2, 3);
Expand Down

0 comments on commit 4b2ea25

Please sign in to comment.