mirror of https://github.com/zachjs/sv2v.git
fix incorrect indentation in PortDecl.hs
This commit is contained in:
parent
bef9b1a3f0
commit
19b479d893
|
|
@ -34,9 +34,9 @@ traverseDescription other = other
|
|||
|
||||
convertPackageItem :: PackageItem -> PackageItem
|
||||
convertPackageItem (Function l t x decls stmts) =
|
||||
Function l t x (convertTFDecls decls) stmts
|
||||
Function l t x (convertTFDecls decls) stmts
|
||||
convertPackageItem (Task l x decls stmts) =
|
||||
Task l x (convertTFDecls decls) stmts
|
||||
Task l x (convertTFDecls decls) stmts
|
||||
convertPackageItem other = other
|
||||
|
||||
convertPorts :: Identifier -> [Identifier] -> [ModuleItem] -> [ModuleItem]
|
||||
|
|
|
|||
Loading…
Reference in New Issue