diff --git a/openfpga/src/fabric/fabric_hierarchy_writer.cpp b/openfpga/src/fabric/fabric_hierarchy_writer.cpp index 803947518..6b24a4484 100644 --- a/openfpga/src/fabric/fabric_hierarchy_writer.cpp +++ b/openfpga/src/fabric/fabric_hierarchy_writer.cpp @@ -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;