aboutsummaryrefslogtreecommitdiff
path: root/common/scaler/aspect.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-30 21:11:48 +0000
committerEugene Sandulenko2005-07-30 21:11:48 +0000
commit6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch)
treec44c4e61f18ddd537f7082cb48869cf33d422fbd /common/scaler/aspect.cpp
parent86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff)
downloadscummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz
scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2
scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'common/scaler/aspect.cpp')
-rw-r--r--common/scaler/aspect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scaler/aspect.cpp b/common/scaler/aspect.cpp
index 95098b8b34..aa819b18aa 100644
--- a/common/scaler/aspect.cpp
+++ b/common/scaler/aspect.cpp
@@ -121,7 +121,7 @@ void makeRectStretchable(int &x, int &y, int &w, int &h) {
// Finally force the width to be even, since we blit 2 pixels at a time.
// While this means we may sometimes blit one column more than necessary,
- // this should actually be faster than having the check for the
+ // this should actually be faster than having the check for the
if (w & 1)
w++;
#endif