From: Fred Morcos Date: Tue, 22 Aug 2023 14:49:49 +0000 (+0200) Subject: Bindlexer whitespace cleanup X-Git-Tag: rec-5.0.0-alpha1~33^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2b4fedb94a6f668b70cfcacf77a0f373ff8c193;p=thirdparty%2Fpdns.git Bindlexer whitespace cleanup --- diff --git a/pdns/bindlexer.l b/pdns/bindlexer.l index 8a5f380d3b..85cc0c6ef0 100644 --- a/pdns/bindlexer.l +++ b/pdns/bindlexer.l @@ -21,7 +21,7 @@ extern const char *bind_directory; %} -%x comment +%x comment %x incl %x quoted %option stack @@ -106,7 +106,7 @@ include BEGIN(incl); -zone return ZONETOK; +zone return ZONETOK; file return FILETOK; options return OPTIONSTOK;