]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/save.cpp
Remove trailing whitespace from various source files.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / save.cpp
index d77c2a3822eb6775bdc24684d028f95a3f217427..be3a0a687cf23c091b58c78aecc55d8ab57d306f 100644 (file)
@@ -26,7 +26,7 @@
 /**
  * SAVE command - force nick change to UID on timestamp match
  */
-CmdResult CommandSave::Handle(User* user, std::vector<std::string>& params)
+CmdResult CommandSave::Handle(User* user, Params& params)
 {
        User* u = ServerInstance->FindUUID(params[0]);
        if (!u)