From ed0364343dc2472fdc6a390bb00c3e20152e8e6f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 30 Dec 2011 03:36:18 +0100 Subject: removed trailing whitespace --- tests/unit/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit') diff --git a/tests/unit/README b/tests/unit/README index dd368f789..301cd17d5 100644 --- a/tests/unit/README +++ b/tests/unit/README @@ -62,9 +62,9 @@ UNITTEST_START fail_unless( size == 0 , "initial size should be zero" ); fail_if( head == NULL , "head should not be initiated to NULL" ); - + /* you end the test code like this: */ - + UNITTEST_STOP ----------------------- end ------------------------------- -- cgit v1.2.3