aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
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