Skip to content

Commit 2265ce8

Browse files
committed
make format
1 parent 546961b commit 2265ce8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vpr/src/analysis/timing_reports.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ void generate_net_timing_report(const std::string& prefix,
8383
os << "# Version: " << vtr::VERSION << std::endl;
8484
os << "# Revision: " << vtr::VCS_REVISION << std::endl;
8585
os << "# For each net, the timing information is reported in the following format:" << std::endl;
86-
os << "# netname : Fanout : source_instance <slack_on source pin> : "
86+
os << "# netname : Fanout : source_instance <slack_on source pin> : "
8787
<< "<load pin name1> <slack on load pin name1> <net delay for this net> : "
88-
<< "<load pin name2> <slack on load pin name2> <net delay for this net> : ..."
88+
<< "<load pin name2> <slack on load pin name2> <net delay for this net> : ..."
8989
<< std::endl;
90-
90+
9191
os << std::endl;
9292

9393
for (const auto& net : atom_netlist.nets()) {

0 commit comments

Comments
 (0)