Explorar el Código

* spacing fixed

git-svn-id: trunk@36136 -
florian hace 8 años
padre
commit
52d40bb25b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/symsym.pas

+ 1 - 1
compiler/symsym.pas

@@ -1690,7 +1690,7 @@ implementation
     procedure tabstractvarsym.setvardef_and_regable(def:tdef);
       begin
         setvardef(def);
-         setregable;
+        setregable;
       end;