summaryrefslogtreecommitdiff
path: root/src/modules/m_mlock.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-01-23 14:37:09 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-01-23 14:37:09 +0100
commitd02011d69fe1e52ec0bc38051eff9ea93a1cc88c (patch)
treee754312d779e090111000d1c27d666fd318ae144 /src/modules/m_mlock.cpp
parent2f3c378a3974cc206cf4e184dec9b303ce2ee43a (diff)
Remove whitespace and minor style changes
Diffstat (limited to 'src/modules/m_mlock.cpp')
-rw-r--r--src/modules/m_mlock.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/modules/m_mlock.cpp b/src/modules/m_mlock.cpp
index 22faa2119..45f5dd853 100644
--- a/src/modules/m_mlock.cpp
+++ b/src/modules/m_mlock.cpp
@@ -23,8 +23,11 @@ class ModuleMLock : public Module
{
StringExtItem mlock;
-public:
- ModuleMLock() : mlock("mlock", this) {};
+ public:
+ ModuleMLock()
+ : mlock("mlock", this)
+ {
+ }
Version GetVersion() CXX11_OVERRIDE
{