Explorar o código

* indentation fixed

git-svn-id: trunk@26627 -
florian %!s(int64=11) %!d(string=hai) anos
pai
achega
b1f54b2853
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/psub.pas

+ 1 - 1
compiler/psub.pas

@@ -913,7 +913,7 @@ implementation
                begin
                  cg.translate_register(tabstractnormalvarsym(p).localloc.register);
                  if (tabstractnormalvarsym(p).localloc.registerhi<>NR_NO) then
-                 cg.translate_register(tabstractnormalvarsym(p).localloc.registerhi);
+                   cg.translate_register(tabstractnormalvarsym(p).localloc.registerhi);
                end;
              if cs_asm_source in current_settings.globalswitches then
                begin