summaryrefslogtreecommitdiff
path: root/modules/commands/gl_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/gl_global.cpp')
-rw-r--r--modules/commands/gl_global.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/gl_global.cpp b/modules/commands/gl_global.cpp
index 18814b738..3bea27e4d 100644
--- a/modules/commands/gl_global.cpp
+++ b/modules/commands/gl_global.cpp
@@ -11,7 +11,8 @@
#include "module.h"
-class CommandGLGlobal : public Command
+class CommandGLGlobal
+ : public Command
{
ServiceReference<GlobalService> GService;
@@ -51,7 +52,8 @@ public:
}
};
-class GLGlobal : public Module
+class GLGlobal
+ : public Module
{
CommandGLGlobal commandglglobal;