From c2b4fedb94a6f668b70cfcacf77a0f373ff8c193 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 22 Aug 2023 16:49:49 +0200 Subject: [PATCH] Bindlexer whitespace cleanup --- pdns/bindlexer.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.2