From ac9279cc0d5a00bc17908b2914941186020cd3ce Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 28 Nov 2007 15:45:03 +0000 Subject: Massive whitespace cleanup --- net/dhcpcd.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net/dhcpcd.sh') diff --git a/net/dhcpcd.sh b/net/dhcpcd.sh index 8d6692e8..d07295a8 100644 --- a/net/dhcpcd.sh +++ b/net/dhcpcd.sh @@ -44,12 +44,12 @@ dhcpcd_start() { [ -z "${opts}" ] && opts=${dhcp} # Map some generic options to dhcpcd - for opt in ${opts} ; do + for opt in ${opts}; do case "${opt}" in - nodns) args="${args} -R" ;; - nontp) args="${args} -N" ;; - nonis) args="${args} -Y" ;; - nogateway) args="${args} -G" ;; + nodns) args="${args} -R";; + nontp) args="${args} -N";; + nonis) args="${args} -Y";; + nogateway) args="${args} -G";; nosendhost) args="${args} -h ''"; esac done -- cgit v1.2.3