Skip to content

Commit a4a5abf

Browse files
Formatting updated
1 parent 6b834d8 commit a4a5abf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vpr/src/route/rr_node_impl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ inline t_rr_node t_rr_graph_storage::back() {
7272
}
7373

7474
inline t_edge_size t_rr_node::num_edges() const {
75-
return storage_->num_edges(id_);
75+
return storage_->num_edges(id_);
7676
}
7777

7878
inline edge_idx_range t_rr_node::edges() const {
79-
return storage_->edges(id_);
79+
return storage_->edges(id_);
8080
}
8181

8282
inline t_edge_size t_rr_node::num_configurable_edges() const {
83-
return storage_->num_configurable_edges(id_);
83+
return storage_->num_configurable_edges(id_);
8484
}
8585

8686
inline int t_rr_node::edge_sink_node(t_edge_size iedge) const {

0 commit comments

Comments
 (0)