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 2cf0555 commit 964da8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/drouting/drouting.c
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 964da8f

Please sign in to comment.