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