diff options
author | Filipe Brandenburger <filbranden@google.com> | 2014-07-01 13:42:59 -0700 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-07-01 23:44:27 +0200 |
commit | 72165d619173e9d17190180d71a023d9d4f23301 (patch) | |
tree | 82fedc7b109dbbf89bfd2213f20a8332c4acfb8b | |
parent | 9e358851b470a1994287c8cb1d9eb78837faaf60 (diff) |
networkd: fix alignment of gperf source
-rw-r--r-- | src/network/networkd-network-gperf.gperf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/networkd-network-gperf.gperf b/src/network/networkd-network-gperf.gperf index 3aaae4c94b..ce9047cd06 100644 --- a/src/network/networkd-network-gperf.gperf +++ b/src/network/networkd-network-gperf.gperf @@ -47,8 +47,8 @@ DHCP.UseDNS, config_parse_bool, 0, DHCP.UseMTU, config_parse_bool, 0, offsetof(Network, dhcp_mtu) DHCP.UseHostname, config_parse_bool, 0, offsetof(Network, dhcp_hostname) DHCP.UseDomainName, config_parse_bool, 0, offsetof(Network, dhcp_domainname) -DHCP.UseRoutes, config_parse_bool, 0, offsetof(Network, dhcp_routes) -DHCP.SendHostname, config_parse_bool, 0, offsetof(Network, dhcp_sendhost) +DHCP.UseRoutes, config_parse_bool, 0, offsetof(Network, dhcp_routes) +DHCP.SendHostname, config_parse_bool, 0, offsetof(Network, dhcp_sendhost) DHCP.CriticalConnection, config_parse_bool, 0, offsetof(Network, dhcp_critical) /* backwards compatibility: do not add new entries to this section */ DHCPv4.UseDNS, config_parse_bool, 0, offsetof(Network, dhcp_dns) |