Skip to content

Commit acdafea

Browse files
committed
make format
1 parent 4e13cb5 commit acdafea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vpr/src/base/SetupVPR.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ static void SetupRouterOpts(const t_options& Options, t_router_opts* RouterOpts)
518518
RouterOpts->with_timing_analysis = Options.timing_analysis;
519519

520520
RouterOpts->verify_route_file_switch_id = Options.verify_route_file_switch_id;
521-
521+
522522
RouterOpts->generate_router_lookahead_report = Options.generate_router_lookahead_report.value();
523523
}
524524

vpr/src/base/read_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct t_options {
7373
argparse::ArgValue<e_timing_update_type> timing_update_type;
7474
argparse::ArgValue<bool> CreateEchoFile;
7575
argparse::ArgValue<bool> verify_file_digests;
76-
argparse::ArgValue<bool> verify_route_file_switch_id ;
76+
argparse::ArgValue<bool> verify_route_file_switch_id;
7777
argparse::ArgValue<std::string> device_layout;
7878
argparse::ArgValue<float> target_device_utilization;
7979
argparse::ArgValue<e_constant_net_method> constant_net_method;

0 commit comments

Comments
 (0)