dnsmasq: fix indentation

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
Hans Dedecker 2017-08-25 14:21:48 +02:00
parent 1e6e37c4f6
commit 6c9e2d4a68
1 changed files with 3 additions and 3 deletions

View File

@ -319,7 +319,7 @@ dhcp_host_add() {
fi
if [ -n "$hostid" ]; then
hex_to_hostid hostid "$hostid"
hex_to_hostid hostid "$hostid"
fi
tags=""
@ -383,8 +383,8 @@ dhcp_this_host_add() {
for lanaddr6 in $lanaddrs6 ; do
case "$lanaddr6" in
"${ulaprefix%%:/*}"*)
dhcp_domain_add "" "$routername" "$lanaddr6"
;;
dhcp_domain_add "" "$routername" "$lanaddr6"
;;
esac
done
fi