aboutsummaryrefslogtreecommitdiff
path: root/common/algorithm.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/algorithm.h')
-rw-r--r--common/algorithm.h2
1 files changed, 1 insertions, 1 deletions
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