瀏覽代碼

* fixed indentation

git-svn-id: trunk@32282 -
nickysn 9 年之前
父節點
當前提交
606b64a7f1
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      compiler/x86/rax86int.pas

+ 4 - 4
compiler/x86/rax86int.pas

@@ -2358,10 +2358,10 @@ Unit Rax86int;
                      begin
                      begin
                        if not isseg then
                        if not isseg then
                          Message(asmr_e_CODE_or_DATA_without_SEG);
                          Message(asmr_e_CODE_or_DATA_without_SEG);
-                         if current_settings.x86memorymodel=mm_huge then
-                           curlist.concat(Tai_const.Create_fardataseg)
-                         else
-                           curlist.concat(Tai_const.Create_dgroup);
+                       if current_settings.x86memorymodel=mm_huge then
+                         curlist.concat(Tai_const.Create_fardataseg)
+                       else
+                         curlist.concat(Tai_const.Create_dgroup);
                      end
                      end
                    else if asmsym='@CODE' then
                    else if asmsym='@CODE' then
                      begin
                      begin