Skip to content

Commit

Permalink
drouting: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent a4a7358 commit fc52b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/drouting/drouting.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ static int do_routing(struct sip_msg *msg, int grp_id)
/* ref the data for reading */
again:
lock_get(ref_lock);
/* if reload must be done, do un ugly busy waiting
/* if reload must be done, do un ugly busy waiting
* until reload is finished */
if(*reload_flag) {
lock_release(ref_lock);
Expand Down

0 comments on commit fc52b07

Please sign in to comment.