mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 00:41:02 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -7141,7 +7141,7 @@ static char *complete_iax2_unregister(const char *line, const char *word, int po
|
||||
if (pos == 2) {
|
||||
struct ao2_iterator i = ao2_iterator_init(peers, 0);
|
||||
while ((p = ao2_iterator_next(&i))) {
|
||||
if (!strncasecmp(p->name, word, wordlen) &&
|
||||
if (!strncasecmp(p->name, word, wordlen) &&
|
||||
++which > state && p->expire > -1) {
|
||||
res = ast_strdup(p->name);
|
||||
peer_unref(p);
|
||||
|
Reference in New Issue
Block a user