aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorEugene Sandulenko2016-10-09 15:02:02 +0200
committerEugene Sandulenko2016-10-09 15:02:02 +0200
commit355c4fa646c375c2ac42450871ff3d9221d1719d (patch)
tree81ef00feaedcd66821c56b7ae576ca068f8c997b /common
parentdead4aa01446da2bf711e64a4e681be460fa1202 (diff)
downloadscummvm-rg350-355c4fa646c375c2ac42450871ff3d9221d1719d.tar.gz
scummvm-rg350-355c4fa646c375c2ac42450871ff3d9221d1719d.tar.bz2
scummvm-rg350-355c4fa646c375c2ac42450871ff3d9221d1719d.zip
JANITORIAL: Remove more trailing spaces
Diffstat (limited to 'common')
-rw-r--r--common/algorithm.h2
-rw-r--r--common/util.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/algorithm.h b/common/algorithm.h
index 13cdd9f991..0d3a11b348 100644
--- a/common/algorithm.h
+++ b/common/algorithm.h
@@ -274,7 +274,7 @@ T gcd(T a, T b) {
* Replacement algorithm for iterables.
*
* Replaces all occurrences of "original" in [begin, end) with occurrences of "replaced".
- *
+ *
* @param[in, out] begin: First element to be examined.
* @param[in] end: Last element in the seubsection. Not examined.
* @param[in] original: Elements to be replaced.
diff --git a/common/util.h b/common/util.h
index 1f635f3654..13c364e97d 100644
--- a/common/util.h
+++ b/common/util.h
@@ -180,7 +180,7 @@ bool isPrint(int c);
/**
- * Test whether the given character is a punctuation character,
+ * Test whether the given character is a punctuation character,
* (i.e not alphanumeric.
*
* @param c the character to test