Browse Source

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

git-svn-id: trunk@21150 -

Jonas Maebe 13 năm trước cách đây
mục cha
commit
5e6aaccca9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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.