1
0
mirror of synced 2026-01-25 11:26:31 +00:00

Meaningful whitespace fixes in hooks/common/40-setup-networking-deb

This commit is contained in:
Axel Beckert 2013-09-24 23:16:22 +02:00
parent 205bf96f0a
commit fae561aaca
2 changed files with 5 additions and 3 deletions

2
debian/changelog vendored
View File

@ -18,6 +18,8 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
bash completion.
* Handle potentially empty gateway setting properly in
hooks/common/40-setup-networking-deb. Thanks Simone Caruso!
* Reformat hooks/common/40-setup-networking-deb so that the result
neither has trailing whitespace nor broken indentation.
-- Axel Beckert <abe@debian.org> Fri, 23 Aug 2013 21:13:07 +0200

View File

@ -72,7 +72,7 @@ setupStaticNetworking ()
#
point='';
if [ -n "${p2p}" ]; then
point="pointopoint ${p2p}"
point=" pointopoint ${p2p}"
else
point=''
fi
@ -110,8 +110,8 @@ iface eth0 inet static
address ${ip1}
${gateway}
netmask ${netmask}
${bcast}
${point}
${bcast}
${point}
# post-up ethtool -K eth0 tx off
#