aboutsummaryrefslogtreecommitdiff
path: root/test/common/func.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-01-01 15:06:43 +0000
committerEugene Sandulenko2009-01-01 15:06:43 +0000
commit696897b0583ad52ebc6f7666525277847619a8ce (patch)
tree5ac2be2991e94dce32c5bb7fdb0dcc4188221503 /test/common/func.h
parent05d3633eb32ead8e11435b85a9db1ddaa1482fcb (diff)
downloadscummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.tar.gz
scummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.tar.bz2
scummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.zip
Whoa! Removing trailing spaces.
svn-id: r35648
Diffstat (limited to 'test/common/func.h')
-rw-r--r--test/common/func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/func.h b/test/common/func.h
index bf9b2ddff9..607122505c 100644
--- a/test/common/func.h
+++ b/test/common/func.h
@@ -47,7 +47,7 @@ class FuncTestSuite : public CxxTest::TestSuite
myFoos[i] = new Foo;
int counter = 0;
-
+
Common::for_each(myFoos, myFoos+4, Common::bind2nd(Common::mem_fun(&Foo::fooAdd), counter));
TS_ASSERT_EQUALS(counter, 4);