]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Bindlexer whitespace cleanup
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 22 Aug 2023 14:49:49 +0000 (16:49 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Tue, 22 Aug 2023 14:53:43 +0000 (16:53 +0200)
pdns/bindlexer.l

index 8a5f380d3ba6bfb185ab779672772fae66931d46..85cc0c6ef0e9f78778d6474c30553d6a36c8ba48 100644 (file)
@@ -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;