diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-02 17:07:55 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-02 17:07:55 +0000 |
commit | 040365d88ab2187347e94fa561e7887f140f7fff (patch) | |
tree | e8078a678176e47e553e6cd42726819936ac5778 /modules/m_capab.c | |
parent | 76ed67fe37cba4734e1377a468cc95da736ff5d2 (diff) |
- Style corrections
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2526 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules/m_capab.c')
-rw-r--r-- | modules/m_capab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_capab.c b/modules/m_capab.c index 39213e4..a282920 100644 --- a/modules/m_capab.c +++ b/modules/m_capab.c @@ -57,8 +57,8 @@ mr_capab(struct Client *client_p, struct Client *source_p, for (i = 1; i < parc; ++i) for (s = strtoken(&p, parv[i], " "); s; s = strtoken(&p, NULL, " ")) - if ((cap = find_capability(s))) - SetCapable(client_p, cap); + if ((cap = find_capability(s))) + SetCapable(client_p, cap); } static struct Message capab_msgtab = { |