Skip to content

Commit 024fd36

Browse files
committed
remove redundant comma
1 parent 664d333 commit 024fd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/connection_router.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ static inline bool relevant_node_to_target(const RRGraphView* rr_graph,
11041104
static inline void update_router_stats(RouterStats* router_stats,
11051105
bool is_push,
11061106
RRNodeId rr_node_id,
1107-
const RRGraphView* rr_graph,) {
1107+
const RRGraphView* rr_graph) {
11081108
#else
11091109
static inline void update_router_stats(RouterStats* router_stats,
11101110
bool is_push,

0 commit comments

Comments
 (0)