rm stray semicolon (#338)
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
This commit is contained in:
parent
cabc1424e0
commit
574379eb32
|
|
@ -5690,7 +5690,7 @@ LibertyReader::visitPgType(LibertyAttr *attr)
|
|||
PwrGndType type = findPwrGndType(type_name);
|
||||
PortDirection *dir = PortDirection::unknown();
|
||||
switch (type) {
|
||||
case PwrGndType::primary_ground:;
|
||||
case PwrGndType::primary_ground:
|
||||
case PwrGndType::backup_ground:
|
||||
case PwrGndType::internal_ground:
|
||||
dir = PortDirection::ground();
|
||||
|
|
|
|||
Loading…
Reference in New Issue