Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/module.h')
-rw-r--r--src/core/module.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/module.h b/src/core/module.h
index 053c9e5..61dc0dc 100644
--- a/src/core/module.h
+++ b/src/core/module.h
@@ -29,7 +29,7 @@ public:
/// return the name of the module
inline std::string const & name() const { return module_name; }
-
+
/*----- mutators -------------------------------------------------- */
/// initialize the game module
@@ -66,7 +66,6 @@ protected:
private:
static Module *module_preload;
std::string module_name;
-
};
}