* indentation fixed

git-svn-id: trunk@26627 -
This commit is contained in:
florian 2014-01-30 17:34:31 +00:00
parent 8989a40b4f
commit b1f54b2853

View File

@ -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