Ver código fonte

* formatting

Nikolay Nikolov 2 anos atrás
pai
commit
5cc4096f41
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      compiler/wasm32/symcpu.pas

+ 3 - 3
compiler/wasm32/symcpu.pas

@@ -224,9 +224,9 @@ implementation
     ;
 
   function is_wasm_funcref(p: tdef): boolean;
-  begin
-    result:=(p.typ=procvardef) and (po_wasm_funcref in tprocvardef(p).procoptions);
-  end;
+    begin
+      result:=(p.typ=procvardef) and (po_wasm_funcref in tprocvardef(p).procoptions);
+    end;
 
   function is_wasm_externref(p: tdef): boolean;
     begin