[core] code format

This commit is contained in:
tangxifan 2024-05-03 10:21:39 -07:00
parent c7501cb9b7
commit 3d8107487c
1 changed files with 1 additions and 3 deletions

View File

@ -199,9 +199,7 @@ int write_fabric_hierarchy_to_text_file(
module_name_filter)) {
continue;
}
VTR_LOGV(
verbose, "Select module '%s' as root\n",
curr_module_name.c_str());
VTR_LOGV(verbose, "Select module '%s' as root\n", curr_module_name.c_str());
/* Record current depth of module: top module is the root with 0 depth */
size_t hie_depth = 0;