aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_dccallow.cpp
diff options
context:
space:
mode:
authorGravatar attilamolnar2013-04-01 21:56:13 +0200
committerGravatar attilamolnar2013-04-01 21:56:13 +0200
commit26e7bb0b9a17a595d9935a1cae41b44504ad213e (patch)
tree904734f67485d62de90c35abbb522ad0e84cb862 /src/modules/m_dccallow.cpp
parentIgnore empty sid in ServerConfig::Fill() (diff)
downloadinspircd++-26e7bb0b9a17a595d9935a1cae41b44504ad213e.tar.gz
inspircd++-26e7bb0b9a17a595d9935a1cae41b44504ad213e.tar.bz2
inspircd++-26e7bb0b9a17a595d9935a1cae41b44504ad213e.zip
Whitespace and empty destructor removal, minor coding style changes
Diffstat (limited to 'src/modules/m_dccallow.cpp')
-rw-r--r--src/modules/m_dccallow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp
index 712dd91b8..e08b5d3d1 100644
--- a/src/modules/m_dccallow.cpp
+++ b/src/modules/m_dccallow.cpp
@@ -247,8 +247,8 @@ class CommandDccallow : public Command
class ModuleDCCAllow : public Module
{
CommandDccallow cmd;
- public:
+ public:
ModuleDCCAllow()
: cmd(this)
{