]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: fix indentation
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 17 Nov 2019 13:45:38 +0000 (22:45 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 17 Nov 2019 13:45:38 +0000 (22:45 +0900)
src/network/networkd-network-gperf.gperf

index 7fca93dccb954b0a7b09a5cac008e624fc9f621b..a99ef94d32ef5d8971d40f143ad375bba5e33733 100644 (file)
@@ -175,7 +175,7 @@ DHCPv4.ListenPort,                      config_parse_uint16,
 DHCPv4.SendRelease,                     config_parse_bool,                               0,                             offsetof(Network, dhcp_send_release)
 DHCPv4.BlackList,                       config_parse_dhcp_black_listed_ip_address,       0,                             0
 DHCPv4.IPServiceType,                   config_parse_ip_service_type,                    0,                             offsetof(Network, ip_service_type)
-DHCPv4.SendOption,                      config_parse_dhcp_send_option,                  0,                             0
+DHCPv4.SendOption,                      config_parse_dhcp_send_option,                   0,                             0
 DHCPv6.UseDNS,                          config_parse_bool,                               0,                             offsetof(Network, dhcp6_use_dns)
 DHCPv6.UseNTP,                          config_parse_bool,                               0,                             offsetof(Network, dhcp6_use_ntp)
 DHCPv6.RapidCommit,                     config_parse_bool,                               0,                             offsetof(Network, rapid_commit)