浏览代码

* formatting

git-svn-id: branches/wasm@48333 -
nickysn 4 年之前
父节点
当前提交
1003d6499f
共有 1 个文件被更改,包括 9 次插入8 次删除
  1. 9 8
      compiler/wasm32/hlcgcpu.pas

+ 9 - 8
compiler/wasm32/hlcgcpu.pas

@@ -298,17 +298,18 @@ implementation
     end;
 
   procedure thlcgwasm.incblock;
-  begin
-    inc(br_blocks);
-  end;
+    begin
+      inc(br_blocks);
+    end;
 
   procedure thlcgwasm.decblock;
-  begin
-    dec(br_blocks);
-    if br_blocks<0 then Internalerror(2019091807); // out of block
-  end;
+    begin
+      dec(br_blocks);
+      if br_blocks<0 then
+        Internalerror(2019091807); // out of block
+    end;
 
-    procedure thlcgwasm.incstack(list: TAsmList; slots: longint);
+  procedure thlcgwasm.incstack(list: TAsmList; slots: longint);
     begin
       if slots=0 then
         exit;