From b3c6751b9b7fc1401fd5e87a034cdaec92b67b20 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 24 May 2009 15:17:42 +0000 Subject: Strip trailing whitespaces in the whole code base. svn-id: r40867 --- test/sound/timestamp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/sound/timestamp.h b/test/sound/timestamp.h index a774c64109..89fc851a80 100644 --- a/test/sound/timestamp.h +++ b/test/sound/timestamp.h @@ -9,7 +9,7 @@ class TimestampTestSuite : public CxxTest::TestSuite const Audio::Timestamp a(10000, 1000); const Audio::Timestamp b(10001, 1000); const Audio::Timestamp c(10002, 1000); - + TS_ASSERT_EQUALS(a.frameDiff(b), -1); TS_ASSERT_EQUALS(b.frameDiff(a), 1); TS_ASSERT_EQUALS(c.frameDiff(a), 2); -- cgit v1.2.3