aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2009-10-04 21:26:33 +0000
committerMax Horn2009-10-04 21:26:33 +0000
commitf242266f6dc1f18e1b47aa4942c263cf81b75300 (patch)
tree349e8aa3db0d2dfbb54676aa84bb13d2e40dabdf /common
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 'common')
-rw-r--r--common/EventDispatcher.cpp2
-rw-r--r--common/EventRecorder.cpp2
-rw-r--r--common/EventRecorder.h2
-rw-r--r--common/algorithm.h2
-rw-r--r--common/ptr.h2
-rw-r--r--common/serializer.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/common/EventDispatcher.cpp b/common/EventDispatcher.cpp
index 57765f9d13..a77c527969 100644
--- a/common/EventDispatcher.cpp
+++ b/common/EventDispatcher.cpp
@@ -134,5 +134,5 @@ void EventDispatcher::dispatchEvent(const Event &event) {
}
}
-} // end of namespace Common
+} // End of namespace Common
diff --git a/common/EventRecorder.cpp b/common/EventRecorder.cpp
index 64de26a8c7..aea17d8f89 100644
--- a/common/EventRecorder.cpp
+++ b/common/EventRecorder.cpp
@@ -363,5 +363,5 @@ bool EventRecorder::pollEvent(Common::Event &ev) {
return false;
}
-} // end of namespace Common
+} // End of namespace Common
diff --git a/common/EventRecorder.h b/common/EventRecorder.h
index e6ea961737..af96790094 100644
--- a/common/EventRecorder.h
+++ b/common/EventRecorder.h
@@ -100,7 +100,7 @@ private:
Common::String _recordTimeFileName;
};
-} // end of namespace Common
+} // End of namespace Common
#endif
diff --git a/common/algorithm.h b/common/algorithm.h
index 2b02dbc016..01042536f6 100644
--- a/common/algorithm.h
+++ b/common/algorithm.h
@@ -196,6 +196,6 @@ void sort(T first, T last, StrictWeakOrdering comp) {
}
}
-} // end of namespace Common
+} // End of namespace Common
#endif
diff --git a/common/ptr.h b/common/ptr.h
index 4d0f70ced1..5c8bf2b642 100644
--- a/common/ptr.h
+++ b/common/ptr.h
@@ -216,6 +216,6 @@ private:
T *_pointer;
};
-} // end of namespace Common
+} // End of namespace Common
#endif
diff --git a/common/serializer.h b/common/serializer.h
index 013a91c0d2..78ea39424f 100644
--- a/common/serializer.h
+++ b/common/serializer.h
@@ -243,6 +243,6 @@ public:
};
-} // end of namespace Common
+} // End of namespace Common
#endif