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/commandbuffer.h')
-rw-r--r--src/core/commandbuffer.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/core/commandbuffer.h b/src/core/commandbuffer.h
index 6f5b324..22f53d2 100644
--- a/src/core/commandbuffer.h
+++ b/src/core/commandbuffer.h
@@ -1,7 +1,7 @@
/*
core/commandbuffer.h
- This file is part of the Osirion project and is distributed under
- the terms of the GNU General Public License version 2
+ This file is part of the Osirion project and is distributed under
+ the terms of the GNU General Public License version 2
*/
#ifndef __INCLUDED_COMMANDBUFFER_H__
@@ -13,12 +13,14 @@
// C++ headers
#include <sstream>
-namespace core {
+namespace core
+{
/// global buffer to hold the command stream
extern std::stringstream cmd;
-namespace commandbuffer {
+namespace commandbuffer
+{
/// execute the commands in the buffer
void execute();