Ver código fonte

* trailing white space removed

git-svn-id: trunk@13421 -
florian 16 anos atrás
pai
commit
02cec59ccf
1 arquivos alterados com 1 adições e 1 exclusões
  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);