From 5cc4096f41544ea8ff8948aa7e6058ae37bcf12c Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Mon, 5 Jun 2023 04:56:03 +0300 Subject: [PATCH] * formatting --- compiler/wasm32/symcpu.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/wasm32/symcpu.pas b/compiler/wasm32/symcpu.pas index e6a9dd133d..bde3bbb934 100644 --- a/compiler/wasm32/symcpu.pas +++ b/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