]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1185] Removed extra spaces
authorFrancis Dupont <fdupont@isc.org>
Fri, 24 Apr 2020 12:54:35 +0000 (14:54 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 24 Apr 2020 12:54:35 +0000 (14:54 +0200)
src/bin/dhcp4/dhcp4_parser.yy
src/bin/dhcp6/dhcp6_parser.yy

index c4dec986356171ed3e885c1ad3a038ac82fdad5a..8ad58216c0f95c48f54e0a850d7c74f7b23c3b5d 100644 (file)
@@ -618,7 +618,7 @@ ddns_replace_client_name_value:
   | WHEN_NOT_PRESENT {
       $$ = ElementPtr(new StringElement("when-not-present", ctx.loc2pos(@1)));
       }
-  | BOOLEAN  {
+  | BOOLEAN {
       error(@1, "boolean values for the replace-client-name are "
                 "no longer supported");
       }
index 90155775c0f1a1170f21d47b1da944adc35bf42c..554a4b4e3ad243a8a1639a5447f7f0fcd55cd1f5 100644 (file)
@@ -626,7 +626,7 @@ ddns_replace_client_name_value:
   | WHEN_NOT_PRESENT {
       $$ = ElementPtr(new StringElement("when-not-present", ctx.loc2pos(@1)));
       }
-  | BOOLEAN  {
+  | BOOLEAN {
       error(@1, "boolean values for the replace-client-name are "
                 "no longer supported");
       }
@@ -1959,7 +1959,7 @@ ip_addresses: IP_ADDRESSES {
     ctx.leave();
 };
 
-prefixes: PREFIXES  {
+prefixes: PREFIXES {
     ElementPtr l(new ListElement(ctx.loc2pos(@1)));
     ctx.stack_.back()->set("prefixes", l);
     ctx.stack_.push_back(l);