aboutsummaryrefslogtreecommitdiff
path: root/graphics/conversion.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-01-25 01:39:44 +0000
committerJohannes Schickel2010-01-25 01:39:44 +0000
commitaed02365ec81e77b3c8aa4f4ecd9a9d3893326f2 (patch)
tree95f119e687a666f65aad5041910c43bdfd4f2929 /graphics/conversion.h
parentec14cd6e6add76ce4f719edd7ce508d67ebd9f14 (diff)
downloadscummvm-rg350-aed02365ec81e77b3c8aa4f4ecd9a9d3893326f2.tar.gz
scummvm-rg350-aed02365ec81e77b3c8aa4f4ecd9a9d3893326f2.tar.bz2
scummvm-rg350-aed02365ec81e77b3c8aa4f4ecd9a9d3893326f2.zip
Strip trailing spaces/tabs.
svn-id: r47541
Diffstat (limited to 'graphics/conversion.h')
-rw-r--r--graphics/conversion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/conversion.h b/graphics/conversion.h
index 262dcd6f5a..149d7204c6 100644
--- a/graphics/conversion.h
+++ b/graphics/conversion.h
@@ -68,10 +68,10 @@ inline static void CPYUV2RGB(byte y, byte u, byte v, byte &r, byte &g, byte &b)
* @return true if conversion completes successfully,
* false if there is an error.
*
- * @note This implementation currently arbitrarily requires that the
- * destination's format have at least as high a bytedepth as
+ * @note This implementation currently arbitrarily requires that the
+ * destination's format have at least as high a bytedepth as
* the source's.
- * @note This can convert a rectangle in place, if the source and
+ * @note This can convert a rectangle in place, if the source and
* destination format have the same bytedepth.
*
*/