From 76ce8ece1a4803c98bfe9460f40bf8e0fbc409e6 Mon Sep 17 00:00:00 2001 From: Robby Date: Tue, 17 Jan 2017 05:03:25 +0100 Subject: Cleanup some excess whitespaces and tabs, and fix a few typos along the way. --- modules/m_xmlrpc_main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/m_xmlrpc_main.cpp') diff --git a/modules/m_xmlrpc_main.cpp b/modules/m_xmlrpc_main.cpp index 337801407..3969cab59 100644 --- a/modules/m_xmlrpc_main.cpp +++ b/modules/m_xmlrpc_main.cpp @@ -131,7 +131,7 @@ class MyXMLRPCEvent : public XMLRPCEvent req->Dispatch(); return false; } - + return true; } @@ -303,4 +303,3 @@ class ModuleXMLRPCMain : public Module }; MODULE_INIT(ModuleXMLRPCMain) - -- cgit