aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2014-10-28 15:38:22 +0200
committerFilippos Karapetis2014-10-28 15:38:52 +0200
commit50c1d5c3a1622bc8d8cca1996fe0d64661bc2526 (patch)
tree68063f7c55f7e8b3175f1e6e6afc094d4f51431f /engines
parentdaf110c86709a3e1899b4d1ae4d50efdf9ec9549 (diff)
downloadscummvm-rg350-50c1d5c3a1622bc8d8cca1996fe0d64661bc2526.tar.gz
scummvm-rg350-50c1d5c3a1622bc8d8cca1996fe0d64661bc2526.tar.bz2
scummvm-rg350-50c1d5c3a1622bc8d8cca1996fe0d64661bc2526.zip
WINTERMUTE: Remove trailing whitespace
Diffstat (limited to 'engines')
-rw-r--r--engines/wintermute/math/rect32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/math/rect32.h b/engines/wintermute/math/rect32.h
index 93b5c68a30..00326d6747 100644
--- a/engines/wintermute/math/rect32.h
+++ b/engines/wintermute/math/rect32.h
@@ -50,7 +50,7 @@ struct Point32 {
y -= delta.y;
return *this;
}
-
+
operator FloatPoint() {
return FloatPoint(x,y);
}