Skip to content

Commit 95ca4bd

Browse files
committed
formatting has been set
1 parent 09bbfab commit 95ca4bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/route/rr_graph_uxsdcxx_serializer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class EdgeWalker {
153153
current_edge_ = 0;
154154
current_idx_ = 0;
155155

156-
// TODO: Once rr_graph_storage is fully shadowed by RRGraphView, the cached nodes_ will be removed.
156+
// TODO: Once rr_graph_storage is fully shadowed by RRGraphView, the cached nodes_ will be removed.
157157
for (const auto& node : *nodes) {
158158
num_edges_ += rr_graph_->num_edges(node.id());
159159
}
@@ -1002,7 +1002,7 @@ class RrGraphSerializer final : public uxsd::RrGraphBase<RrGraphContextTypes> {
10021002

10031003
inline EdgeWalker get_rr_graph_rr_edges(void*& /*ctx*/) final {
10041004
EdgeWalker walker;
1005-
walker.initialize(rr_nodes_,rr_graph_);
1005+
walker.initialize(rr_nodes_, rr_graph_);
10061006
return walker;
10071007
}
10081008

0 commit comments

Comments
 (0)