aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorMax Horn2009-10-04 21:26:33 +0000
committerMax Horn2009-10-04 21:26:33 +0000
commitf242266f6dc1f18e1b47aa4942c263cf81b75300 (patch)
tree349e8aa3db0d2dfbb54676aa84bb13d2e40dabdf /gui
parentc8f002ae437677c08ab6154983c70f146607bfaa (diff)
downloadscummvm-rg350-f242266f6dc1f18e1b47aa4942c263cf81b75300.tar.gz
scummvm-rg350-f242266f6dc1f18e1b47aa4942c263cf81b75300.tar.bz2
scummvm-rg350-f242266f6dc1f18e1b47aa4942c263cf81b75300.zip
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
svn-id: r44634
Diffstat (limited to 'gui')
-rw-r--r--gui/ThemeEngine.cpp2
-rw-r--r--gui/ThemeEngine.h2
-rw-r--r--gui/massadd.cpp2
-rw-r--r--gui/themebrowser.cpp2
-rw-r--r--gui/themebrowser.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp
index 0869f880b4..20fe8b25de 100644
--- a/gui/ThemeEngine.cpp
+++ b/gui/ThemeEngine.cpp
@@ -1642,4 +1642,4 @@ Common::String ThemeEngine::getThemeId(const Common::String &filename) {
}
-} // end of namespace GUI.
+} // End of namespace GUI.
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index 9e4bff5075..d747604f32 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -647,6 +647,6 @@ protected:
byte _cursorPalSize;
};
-} // end of namespace GUI.
+} // End of namespace GUI.
#endif
diff --git a/gui/massadd.cpp b/gui/massadd.cpp
index 9d4cf6a188..57ac9fc01f 100644
--- a/gui/massadd.cpp
+++ b/gui/massadd.cpp
@@ -261,5 +261,5 @@ void MassAddDialog::handleTickle() {
}
-} // end of namespace GUI
+} // End of namespace GUI
diff --git a/gui/themebrowser.cpp b/gui/themebrowser.cpp
index 0dd6aef401..cd207c54fe 100644
--- a/gui/themebrowser.cpp
+++ b/gui/themebrowser.cpp
@@ -116,5 +116,5 @@ void ThemeBrowser::updateListing() {
draw();
}
-} // end of namespace GUI
+} // End of namespace GUI
diff --git a/gui/themebrowser.h b/gui/themebrowser.h
index 32fef16ce0..aba519886d 100644
--- a/gui/themebrowser.h
+++ b/gui/themebrowser.h
@@ -54,7 +54,7 @@ private:
void updateListing();
};
-} // end of namespace GUI
+} // End of namespace GUI
#endif