Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 committed Aug 12, 2024
1 parent 8256c28 commit 8bb9333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dttools/src/priority_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ PRIORITY_QUEUE_ITERATE(pq, data) {
#define PRIORITY_QUEUE_ITERATE( pq, data ) int i = 1; while ((data = priority_queue_get_element(pq, i++)))


#endif
#endif

0 comments on commit 8bb9333

Please sign in to comment.