* trailing white space removed

git-svn-id: trunk@13421 -
This commit is contained in:
florian 2009-07-22 16:56:05 +00:00
parent cc44257086
commit 02cec59ccf

View File

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