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/common/algorithm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/common') diff --git a/test/common/algorithm.h b/test/common/algorithm.h index ed87d6850d..4d7e9b2e20 100644 --- a/test/common/algorithm.h +++ b/test/common/algorithm.h @@ -64,7 +64,7 @@ public: TS_ASSERT_EQUALS(checkSort(array, array + ARRAYSIZE(array), Common::Greater()), true); } } - + void test_container_sort() { const int n = 1000; -- cgit v1.2.3