From 2debc1e8dafd8a4af823865458718dc0edac0acb Mon Sep 17 00:00:00 2001 From: tangxifan Date: Wed, 13 Nov 2024 12:30:31 -0800 Subject: [PATCH] [core] code format --- openfpga/src/annotation/openfpga_annotate_routing.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openfpga/src/annotation/openfpga_annotate_routing.cpp b/openfpga/src/annotation/openfpga_annotate_routing.cpp index 8af79d896..b0d2b984c 100644 --- a/openfpga/src/annotation/openfpga_annotate_routing.cpp +++ b/openfpga/src/annotation/openfpga_annotate_routing.cpp @@ -83,7 +83,8 @@ vtr::vector annotate_rr_node_global_net( VTR_LOG_ERROR( "When annotating global net '%s', invalid rr node pin type for '%s' " "pin '%d'\n", - cluster_nlist.net_name(net_id).c_str(), phy_tile->name.c_str(), node_pin_num); + cluster_nlist.net_name(net_id).c_str(), phy_tile->name.c_str(), + node_pin_num); exit(1); } std::vector curr_rr_nodes =