Whitespace fixes.
This commit is contained in:
parent
4b22ccb73c
commit
394c8a5f95
|
@ -82,8 +82,8 @@ void plugin_log_user_logout(struct hub_info* hub, struct hub_user* user)
|
||||||
|
|
||||||
void convert_user_to_plugin_user(struct plugin_user* puser, struct hub_user* user)
|
void convert_user_to_plugin_user(struct plugin_user* puser, struct hub_user* user)
|
||||||
{
|
{
|
||||||
puser->sid = user->id.sid;
|
puser->sid = user->id.sid;
|
||||||
puser->nick = user->id.nick;
|
puser->nick = user->id.nick;
|
||||||
puser->cid = user->id.cid;
|
puser->cid = user->id.cid;
|
||||||
puser->addr = user->id.addr;
|
puser->addr = user->id.addr;
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,6 +41,8 @@ plugin_st plugin_check_nickname_valid(struct hub_info* hub, const char* nick);
|
||||||
plugin_st plugin_check_nickname_reserved(struct hub_info* hub, const char* nick);
|
plugin_st plugin_check_nickname_reserved(struct hub_info* hub, const char* nick);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // HAVE_UHUB_PLUGIN_INVOKE_H
|
#endif // HAVE_UHUB_PLUGIN_INVOKE_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue