Skip to content

Commit ca391d3

Browse files
committed
[vpr] format fix
1 parent c3ff424 commit ca391d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/draw/search_bar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ bool highlight_rr_nodes(int hit_node) {
141141
char message[250] = "";
142142

143143
if (hit_node != OPEN) {
144-
const auto& device_ctx = g_vpr_ctx.device();
145144
auto nodes = draw_expand_non_configurable_rr_nodes(hit_node);
145+
const auto& device_ctx = g_vpr_ctx.device();
146146
for (auto node : nodes) {
147147
if (draw_state->draw_rr_node[node].color != ezgl::MAGENTA) {
148148
/* If the node hasn't been clicked on before, highlight it

0 commit comments

Comments
 (0)