Browse Source

* removed spaces from empty line at start to prevent (unpatched) dbdigest
from crashing

git-svn-id: trunk@21150 -

Jonas Maebe 13 years ago
parent
commit
5e6aaccca9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/webtbf/tw21873.pp

+ 2 - 2
tests/webtbf/tw21873.pp

@@ -1,6 +1,6 @@
 { %fail }
 {$mode objfpc}{$H+}
-  
+
 uses
   Classes, sysutils;     
 var
@@ -25,4 +25,4 @@ begin
 	    end;
       end;
       writeln('After "Try" blocks');
-end.
+end.