From 0b1fa7016aa9119e5f6c1559ddab9df89954e4f5 Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 20 Jun 2023 17:06:16 +0200 Subject: [PATCH] idl-api: formatting --- idl/idl_api.ysl2 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/idl/idl_api.ysl2 b/idl/idl_api.ysl2 index cf374c8..a909e7d 100644 --- a/idl/idl_api.ysl2 +++ b/idl/idl_api.ysl2 @@ -2,18 +2,18 @@ // stdlib candidates // ---------------------------------------------------------------------- def "func:autocomma" { - result if "position()!=last()" > , + result if "position()!=last()" > , } def "func:exists" { - param "xpath"; + param "xpath"; - choose { - when "$xpath" - result "true()"; - otherwise - result "false()"; - } + choose { + when "$xpath" + result "true()"; + otherwise + result "false()"; + } } // ----------------------------------------------------------------------