tidy round1

This commit is contained in:
James Cherry
2026-04-13 14:58:16 -07:00
parent 0a8a86d606
commit 63efee64bf
328 changed files with 3030 additions and 3441 deletions

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