From: Alan T. DeKok Date: Fri, 24 Oct 2025 10:03:01 +0000 (+0200) Subject: whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd108e436b009f451a131935898ed9eb9f49457e;p=thirdparty%2Ffreeradius-server.git whitespace --- diff --git a/doc/antora/modules/reference/pages/unlang/transaction.adoc b/doc/antora/modules/reference/pages/unlang/transaction.adoc index bd3ae5e1769..4c65ed2c812 100644 --- a/doc/antora/modules/reference/pages/unlang/transaction.adoc +++ b/doc/antora/modules/reference/pages/unlang/transaction.adoc @@ -46,10 +46,11 @@ The assignment to `reply.Framed-IP-Address` will then be reverted. ---- transaction { string tmp + tmp := %sql("SELECT ...") reply.Framed-IP-Address := 192.0.2.1 - if !tmp { + if !tmp { fail }