summaryrefslogtreecommitdiff
path: root/src/core/hs_on.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hs_on.cpp')
-rw-r--r--src/core/hs_on.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/hs_on.cpp b/src/core/hs_on.cpp
index 4fd415ead..a4514f0a2 100644
--- a/src/core/hs_on.cpp
+++ b/src/core/hs_on.cpp
@@ -7,9 +7,8 @@
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
- *
- *
*/
+
/*************************************************************************/
#include "module.h"
@@ -46,7 +45,7 @@ class CommandHSOn : public Command
}
else
notice_lang(Config.s_HostServ, u, HOST_NOT_ASSIGNED);
-
+
return MOD_CONT;
}