]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/sinfo.cpp
Remove trailing whitespace from various source files.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / sinfo.cpp
index 7f175bafb47d856750a3a49560202ca3583143ae..a5dae783c7fe8901f58df1eedae8c0e207696b88 100644 (file)
@@ -21,7 +21,7 @@
 #include "treeserver.h"
 #include "commands.h"
 
-CmdResult CommandSInfo::HandleServer(TreeServer* server, std::vector<std::string>& params)
+CmdResult CommandSInfo::HandleServer(TreeServer* server, CommandBase::Params& params)
 {
        const std::string& key = params.front();
        const std::string& value = params.back();