Skip to content

Commit 9f3f281

Browse files
committed
code formatting fix
1 parent c53f704 commit 9f3f281

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vpr/src/draw/draw_basic.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,9 +1150,7 @@ void draw_crit_path_elements(const std::vector<tatum::TimingPath>& paths, const
11501150

11511151
if (prev_node) {
11521152
float delay = arr_time - prev_arr_time;
1153-
if (draw_state->show_crit_path == DRAW_CRIT_PATH_FLYLINES
1154-
|| draw_state->show_crit_path
1155-
== DRAW_CRIT_PATH_FLYLINES_DELAYS) {
1153+
if ((draw_state->show_crit_path == DRAW_CRIT_PATH_FLYLINES) || (draw_state->show_crit_path == DRAW_CRIT_PATH_FLYLINES_DELAYS)) {
11561154
if (draw_current_element) {
11571155
draw_flyline_timing_edge_helper_fn(g, color, ezgl::line_dash::none, /*line_width*/4, delay, prev_node, node);
11581156
} else if (draw_crit_path_contour) {

0 commit comments

Comments
 (0)