removed trailing whitespace

This commit is contained in:
Yang Tse
2011-12-30 03:36:18 +01:00
parent 5c0ad9581d
commit ed0364343d
18 changed files with 42 additions and 43 deletions

View File

@@ -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 -------------------------------