Skip to content

Commit

Permalink
Formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Meet-Patel2580 committed Sep 3, 2023
1 parent f6b519e commit 0ddc032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpr/src/draw/draw_rr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ RRNodeId draw_check_rr_node_hit(float click_x, float click_y) {

for (const RRNodeId& inode : device_ctx.rr_graph.nodes()) {
int layer_num = rr_graph.node_layer(inode);
if(!draw_state->draw_layer_display[layer_num].visible){
if (!draw_state->draw_layer_display[layer_num].visible) {
continue; /* Don't check RR nodes on currently invisible layers*/
}
switch (rr_graph.node_type(inode)) {
Expand Down

0 comments on commit 0ddc032

Please sign in to comment.