Browse Source

* trailing white space removed

git-svn-id: trunk@13421 -
florian 16 years ago
parent
commit
02cec59ccf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw3721.pp

+ 1 - 1
tests/webtbs/tw3721.pp

@@ -5,7 +5,7 @@ uses sysutils;
 var ps : pstring;
 
 begin
-  HaltOnNotReleased := true;  
+  HaltOnNotReleased := true;
   ps:=newstr('TEST');
   writeln(ps^);
   disposestr(ps);