From aed02365ec81e77b3c8aa4f4ecd9a9d3893326f2 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 25 Jan 2010 01:39:44 +0000 Subject: Strip trailing spaces/tabs. svn-id: r47541 --- test/sound/timestamp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sound/timestamp.h') diff --git a/test/sound/timestamp.h b/test/sound/timestamp.h index dd47946dd5..d7188f8f44 100644 --- a/test/sound/timestamp.h +++ b/test/sound/timestamp.h @@ -156,7 +156,7 @@ class TimestampTestSuite : public CxxTest::TestSuite const Audio::Timestamp a = Audio::Timestamp(500, 1000); Audio::Timestamp b = Audio::Timestamp(0, 1000); Audio::Timestamp c = Audio::Timestamp(0, 100); - + TS_ASSERT_EQUALS(a, Audio::Timestamp(0, 500, 1000)); TS_ASSERT(a != b); -- cgit v1.2.3