aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/README
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-12-30 03:36:18 +0100
committerYang Tse <yangsita@gmail.com>2011-12-30 03:36:18 +0100
commited0364343dc2472fdc6a390bb00c3e20152e8e6f (patch)
tree5602c9828ae26fe36e583d7975f711c35ab504a3 /tests/unit/README
parent5c0ad9581dc0d59ba4e425e54589cdc2b6cb7ac5 (diff)
removed trailing whitespace
Diffstat (limited to 'tests/unit/README')
-rw-r--r--tests/unit/README4
1 files changed, 2 insertions, 2 deletions
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 -------------------------------