Apply 'make format'
This commit is contained in:
parent
ec45a77d93
commit
6509bac59e
|
|
@ -712,8 +712,8 @@ string V3PreProcImp::defineSubst(VDefineRef* refp) {
|
||||||
// Substitute
|
// Substitute
|
||||||
const string subst = iter->second;
|
const string subst = iter->second;
|
||||||
if (subst == "") {
|
if (subst == "") {
|
||||||
// Normally `` is removed later, but with no token after, we're otherwise
|
// Normally `` is removed later, but with no token after, we're
|
||||||
// stuck, so remove proceeding ``
|
// otherwise stuck, so remove proceeding ``
|
||||||
if (out.size() >= 2 && out.substr(out.size() - 2) == "``") {
|
if (out.size() >= 2 && out.substr(out.size() - 2) == "``") {
|
||||||
out = out.substr(0, out.size() - 2);
|
out = out.substr(0, out.size() - 2);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue