aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorJohannes Schickel2013-01-26 19:33:27 +0100
committerJohannes Schickel2013-01-26 19:38:02 +0100
commitb4d0a8ba66e2c99949d1fa14d801c7de77db76ba (patch)
treed633de60fb87682583ba68d9aea914f5af8a758d /gui
parentda8eeb9dbed2102764b3ca0697d6882bae0402cc (diff)
downloadscummvm-rg350-b4d0a8ba66e2c99949d1fa14d801c7de77db76ba.tar.gz
scummvm-rg350-b4d0a8ba66e2c99949d1fa14d801c7de77db76ba.tar.bz2
scummvm-rg350-b4d0a8ba66e2c99949d1fa14d801c7de77db76ba.zip
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
Diffstat (limited to 'gui')
-rw-r--r--gui/debugger.cpp2
-rw-r--r--gui/debugger.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/debugger.cpp b/gui/debugger.cpp
index 972163df6f..35627dd584 100644
--- a/gui/debugger.cpp
+++ b/gui/debugger.cpp
@@ -554,4 +554,4 @@ bool Debugger::debuggerCompletionCallback(GUI::ConsoleDialog *console, const cha
#endif
-} // End of namespace GUI
+} // End of namespace GUI
diff --git a/gui/debugger.h b/gui/debugger.h
index 3a587d2723..b79e8723c1 100644
--- a/gui/debugger.h
+++ b/gui/debugger.h
@@ -207,6 +207,6 @@ public:
};
-} // End of namespace GUI
+} // End of namespace GUI
#endif