tidy round1

This commit is contained in:
James Cherry
2026-04-13 14:59:05 -07:00
parent 0a8a86d606
commit 63efee64bf
328 changed files with 3030 additions and 3441 deletions
+3 -3
View File
@@ -351,8 +351,8 @@ BusPort::addBusBit(ConcretePort *port,
}
void
ConcreteCell::groupBusPorts(const char bus_brkt_left,
const char bus_brkt_right,
ConcreteCell::groupBusPorts(char bus_brkt_left,
char bus_brkt_right,
std::function<bool(std::string_view)> port_msb_first)
{
const char bus_brkts_left[2]{bus_brkt_left, '\0'};
@@ -625,4 +625,4 @@ ConcreteCellPortBitIterator::findNext()
next_ = nullptr;
}
} // namespace
} // namespace sta
+1 -1
View File
@@ -2125,4 +2125,4 @@ ConcreteBindingTbl::ensureBinding(Net *proto_net,
return net;
}
} // namespace
} // namespace sta
+1 -1
View File
@@ -326,4 +326,4 @@ HpinDrvrLoadLess::operator()(const HpinDrvrLoad *drvr_load1,
return load1 < load2;
}
} // namespace
} // namespace sta
+1 -1
View File
@@ -2040,4 +2040,4 @@ NetSet::NetSet(const Network *network) :
{
}
} // namespace
} // namespace sta
+1 -1
View File
@@ -137,4 +137,4 @@ sortByPathName(NetSet *set,
return nets;
}
} // namespace
} // namespace sta
+1 -1
View File
@@ -190,4 +190,4 @@ escapeChars(std::string_view token,
return escaped;
}
} // namespace
} // namespace sta
+2 -2
View File
@@ -76,7 +76,7 @@ PortDirection::destroy()
}
PortDirection::PortDirection(const char *name,
int index) :
size_t index) :
name_(name),
index_(index)
{
@@ -135,4 +135,4 @@ PortDirection::isPowerGround() const
|| this == well_;
}
} // namespace
} // namespace sta
+1 -1
View File
@@ -1271,4 +1271,4 @@ escapeBrackets(std::string_view name,
return escapeChars(name, '[', ']', network->pathEscape());
}
} // namespace
} // namespace sta
+1 -1
View File
@@ -219,4 +219,4 @@ verilogToSta(std::string_view verilog_name)
return std::string(verilog_name);
}
} // namespace
} // namespace sta