Browse Source

m68k: indentation fixes. no functional changes.

git-svn-id: trunk@35106 -
Károly Balogh 8 years ago
parent
commit
288a39d86e
1 changed files with 7 additions and 7 deletions
  1. 7 7
      compiler/m68k/n68kcnv.pas

+ 7 - 7
compiler/m68k/n68kcnv.pas

@@ -280,13 +280,13 @@ implementation
                    { unsigned }
                    cg.a_load_const_reg(current_asmdata.CurrAsmList,OS_32,0,location.register64.reghi);
                end
-            else
-              begin
-                location.register:=cg.getintregister(current_asmdata.CurrAsmList,newsize);
-                cg.g_flags2reg(current_asmdata.CurrAsmList,newsize,resflags,location.register);
-                if (is_cbool(resultdef)) then
-                  cg.a_op_reg_reg(current_asmdata.CurrAsmList,OP_NEG,newsize,location.register,location.register);
-              end
+             else
+               begin
+                 location.register:=cg.getintregister(current_asmdata.CurrAsmList,newsize);
+                 cg.g_flags2reg(current_asmdata.CurrAsmList,newsize,resflags,location.register);
+                 if (is_cbool(resultdef)) then
+                   cg.a_op_reg_reg(current_asmdata.CurrAsmList,OP_NEG,newsize,location.register,location.register);
+               end
            end;
       end;