Explorar o código

* formatting

git-svn-id: trunk@27330 -
florian %!s(int64=11) %!d(string=hai) anos
pai
achega
601d210763
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 ****************************************************************************}