From: Francis Dupont Date: Tue, 20 Oct 2020 06:55:16 +0000 (+0200) Subject: [#1474] Removed extra spaces X-Git-Tag: Kea-1.9.2~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e5f462f2aa4d2d584961df47a2e8091cc9604e5;p=thirdparty%2Fkea.git [#1474] Removed extra spaces --- diff --git a/src/lib/dhcp/dhcp4.h b/src/lib/dhcp/dhcp4.h index 982e987d3b..2967324e82 100644 --- a/src/lib/dhcp/dhcp4.h +++ b/src/lib/dhcp/dhcp4.h @@ -169,7 +169,7 @@ enum DHCPOptionType { DHO_PCODE = 100, /* RFC4833 */ DHO_TCODE = 101, /* RFC4833 */ // 102-107 are removed/unassigned - DHO_V6_ONLY_PREFERRED = 108, /* RFC8925 */ + DHO_V6_ONLY_PREFERRED = 108, /* RFC8925 */ // 109-111 are removed/unassigned DHO_NETINFO_ADDR = 112, /* RFC3679 */ DHO_NETINFO_TAG = 113, /* RFC3679 */