소스 검색

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

git-svn-id: trunk@21150 -

Jonas Maebe 13 년 전
부모
커밋
5e6aaccca9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.