[engine] apply code format

This commit is contained in:
tangxifan 2022-10-06 18:13:33 -07:00
parent e2debd2dde
commit afdc071c4c
1 changed files with 4 additions and 5 deletions

View File

@ -531,8 +531,7 @@ class ModuleManager {
vtr::vector<ModuleId, vtr::vector<ModulePortId, bool>>
port_is_wire_; /* If the port is a wire, use for Verilog port definition. If
enabled: <port_type> reg <port_name> */
vtr::
vector<ModuleId, vtr::vector<ModulePortId, bool>>
vtr::vector<ModuleId, vtr::vector<ModulePortId, bool>>
port_is_register_; /* If the port is a register, use for Verilog port
definition. If enabled: <port_type> reg <port_name>
*/