diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-03-01 17:22:54 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-03-01 17:22:54 +0000 |
commit | 62d98b1aa43bd45ee3fcbc3475025fcc717e193e (patch) | |
tree | d86139f69e86424108b67fd4fd925ecec7d45df0 /modules/m_kline.c | |
parent | 8d15178d62ea6028c51ee39f0e810865423cd73c (diff) |
- white-space changes / style cleanups
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3080 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules/m_kline.c')
-rw-r--r-- | modules/m_kline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_kline.c b/modules/m_kline.c index 1810aed..9b4392f 100644 --- a/modules/m_kline.c +++ b/modules/m_kline.c @@ -360,7 +360,7 @@ ms_kline(struct Client *client_p, struct Client *source_p, * */ static int -mo_unkline(struct Client *client_p,struct Client *source_p, +mo_unkline(struct Client *client_p, struct Client *source_p, int parc, char *parv[]) { char *target_server = NULL; |