mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
tidy round1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user