瀏覽代碼

* formatting

git-svn-id: trunk@27330 -
florian 11 年之前
父節點
當前提交
601d210763
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/symsym.pas

+ 1 - 1
compiler/symsym.pas

@@ -423,6 +423,7 @@ implementation
         result := tsym(vs.owner.Find('high'+vs.name));
       end;
 
+
     procedure check_hints(const srsym: tsym; const symoptions: tsymoptions; const deprecatedmsg : pshortstring);
       begin
         if not assigned(srsym) then
@@ -443,7 +444,6 @@ implementation
       end;
 
 
-
 {****************************************************************************
                           TSYM (base for all symtypes)
 ****************************************************************************}