Skip to content

Commit a0d63d9

Browse files
committed
fix missing whitespace
1 parent 8bdf106 commit a0d63d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Demangling/NodePrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3266,7 +3266,7 @@ std::string Demangle::keypathSourceString(const char *MangledName,
32663266
if (child->getKind() == Node::Kind::Identifier) {
32673267
return std::string(child->getText());
32683268
}
3269-
} else if (child->getKind() == Node::Kind::Identifier){
3269+
} else if (child->getKind() == Node::Kind::Identifier) {
32703270
return std::string(child->getText());
32713271
}
32723272
break;

0 commit comments

Comments
 (0)